#95810C

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

Shades of Hacienda #95810C

Tints of Hacienda #95810C

Color information

#95810C (or 0x95810C) is unknown color: approx Hacienda. HEX triplet: 95, 81 and 0C. RGB value is (149,129,12). Sum of RGB (Red+Green+Blue) = 149+129+12=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 129 (50.78% from 255 or 44.48% from 290); Blue value is 12 (5.08% from 255 or 4.14% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #95810C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95810C is #6A7EF3. Grayscale: #7A7A7A. Windows color (decimal): -6979316 or 819605. OLE color: 819605.

HSL color Cylindrical-coordinate representation of color #95810C: hue angle of 51.24º 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 #95810C is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB14912912-
CMYK00.130.920.42
HSL51.24º85.09%31.57%-
HSV(B)51.24º91.95%58.43%-
XYZ20.3122.123.55-
YUV121.6466.13147.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.38%
GREEN value IS 129 (50.78% from 255) = 44.48%
BLUE value IS 12 (5.08% from 255) = 4.14%
R=51.38%
G=44.48%
B=4.14%

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
Decimal1491291200.130.920.4251.2485.0931.57
Hex9581C0D5C2A335520
Octal22520114015134526312540
Binary100101011000000111000110110111001010101100111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95810C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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