#95860E

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

Shades of Hacienda #95860E

Tints of Hacienda #95860E

Color information

#95860E (or 0x95860E) is unknown color: approx Hacienda. HEX triplet: 95, 86 and 0E. RGB value is (149,134,14). Sum of RGB (Red+Green+Blue) = 149+134+14=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 134 (52.73% from 255 or 45.12% from 297); Blue value is 14 (5.86% from 255 or 4.71% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95860E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95860E is #6A79F1. Grayscale: #7D7D7D. Windows color (decimal): -6978034 or 951957. OLE color: 951957.

HSL color Cylindrical-coordinate representation of color #95860E: hue angle of 53.33º degrees, saturation: 0.83, 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 #95860E is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14913414-
CMYK00.100.910.42
HSL53.33º82.82%31.96%-
HSV(B)53.33º90.6%58.43%-
XYZ2123.473.84-
YUV124.865.47145.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 134 (52.73% from 255) = 45.12%
BLUE value IS 14 (5.86% from 255) = 4.71%
R=50.17%
G=45.12%
B=4.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491341400.100.910.4253.3382.8231.96
Hex9586E0A5B2A355320
Octal22520616012133526512340
Binary100101011000011011100101010110111010101101011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95860E; }

 p { color: rgb(149,134,14); }

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

<style>
 a { background-color: #95860E; }

 a { background-color: rgb(149,134,14); }

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

<style>
 span { border-color: #95860E; }

 span { border-color: rgb(149,134,14); }

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