#95820C

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

Shades of Hacienda #95820C

Tints of Hacienda #95820C

Color information

#95820C (or 0x95820C) is unknown color: approx Hacienda. HEX triplet: 95, 82 and 0C. RGB value is (149,130,12). Sum of RGB (Red+Green+Blue) = 149+130+12=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #95820C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95820C is #6A7DF3. Grayscale: #7A7A7A. Windows color (decimal): -6979060 or 819861. OLE color: 819861.

HSL color Cylindrical-coordinate representation of color #95820C: hue angle of 51.68º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95820C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14913012-
CMYK00.130.920.42
HSL51.68º85.09%31.57%-
HSV(B)51.68º91.95%58.43%-
XYZ20.4422.383.59-
YUV122.2365.79147.09-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 130 (51.17% from 255) = 44.67%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=51.20%
G=44.67%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491301200.130.920.4251.6885.0931.57
Hex9582C0D5C2A345520
Octal22520214015134526412540
Binary100101011000001011000110110111001010101101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95820C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95820C; }

 p { color: rgb(149,130,12); }

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

<style>
 a { background-color: #95820C; }

 a { background-color: rgb(149,130,12); }

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

<style>
 span { border-color: #95820C; }

 span { border-color: rgb(149,130,12); }

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