#95790D

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

Shades of Hacienda #95790D

Tints of Hacienda #95790D

Color information

#95790D (or 0x95790D) is unknown color: approx Hacienda. HEX triplet: 95, 79 and 0D. RGB value is (149,121,13). Sum of RGB (Red+Green+Blue) = 149+121+13=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #95790D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95790D is #6A86F2. Grayscale: #757575. Windows color (decimal): -6981363 or 883093. OLE color: 883093.

HSL color Cylindrical-coordinate representation of color #95790D: hue angle of 47.65º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95790D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14912113-
CMYK00.190.910.42
HSL47.65º83.95%31.76%-
HSV(B)47.65º91.28%58.43%-
XYZ19.320.093.24-
YUV117.0669.28150.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 13 (5.47% from 255) = 4.59%
R=52.65%
G=42.76%
B=4.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491211300.190.910.4247.6583.9531.76
Hex9579D0135B2A305420
Octal22517115023133526012440
Binary100101011111001110101001110110111010101100001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95790D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95790D; }

 p { color: rgb(149,121,13); }

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

<style>
 a { background-color: #95790D; }

 a { background-color: rgb(149,121,13); }

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

<style>
 span { border-color: #95790D; }

 span { border-color: rgb(149,121,13); }

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