#93780F

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

Shades of Hacienda #93780F

Tints of Hacienda #93780F

Color information

#93780F (or 0x93780F) is unknown color: approx Hacienda. HEX triplet: 93, 78 and 0F. RGB value is (147,120,15). Sum of RGB (Red+Green+Blue) = 147+120+15=282 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.13% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 147 - color contains mainly: red. Hex color #93780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93780F is #6C87F0. Grayscale: #747474. Windows color (decimal): -7112689 or 1013907. OLE color: 1013907.

HSL color Cylindrical-coordinate representation of color #93780F: hue angle of 47.73º 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 #93780F is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14712015-
CMYK00.180.900.42
HSL47.73º81.48%31.76%-
HSV(B)47.73º89.8%57.65%-
XYZ18.8419.673.26-
YUV116.170.95150.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.13%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 15 (6.25% from 255) = 5.32%
R=52.13%
G=42.55%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1471201500.180.900.4247.7381.4831.76
Hex9378F0125A2A305120
Octal22317017022132526012140
Binary100100111111000111101001010110101010101100001010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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