#93850F

Color #93850F Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #93850F

Tints of Hacienda #93850F

Color information

#93850F (or 0x93850F) is unknown color: approx Hacienda. HEX triplet: 93, 85 and 0F. RGB value is (147,133,15). Sum of RGB (Red+Green+Blue) = 147+133+15=295 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.83% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 147 - color contains mainly: red. Hex color #93850F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #93850F is #6C7AF0. Grayscale: #7C7C7C. Windows color (decimal): -7109361 or 1017235. OLE color: 1017235.

HSL color Cylindrical-coordinate representation of color #93850F: hue angle of 53.64º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93850F is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14713315-
CMYK00.100.900.42
HSL53.64º81.48%31.76%-
HSV(B)53.64º89.8%57.65%-
XYZ20.5123.013.81-
YUV123.7366.64144.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 49.83%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=49.83%
G=45.08%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471331500.100.900.4253.6481.4831.76
Hex9385F0A5A2A365120
Octal22320517012132526612140
Binary100100111000010111110101010110101010101101101010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93850F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93850F; }

 p { color: rgb(147,133,15); }

 H1.HeaderClassName
 {
   color: #93850F;
 }
 .AnyTagClassName
 {
   color: #93850F;
 }
</style>
background-color css

<style>
 a { background-color: #93850F; }

 a { background-color: rgb(147,133,15); }

 div.DivClassName
 {
   background-color: #93850F;
 }
 .BgClassName
 {
   background-color: #93850F;
 }
</style>
border-color css

<style>
 span { border-color: #93850F; }

 span { border-color: rgb(147,133,15); }

 td.TdClassName
 {
   border-color: #93850F;
 }
 .TagClassName
 {
   border-color: #93850F;
 }
</style>