#95870D

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

Shades of Hacienda #95870D

Tints of Hacienda #95870D

Color information

#95870D (or 0x95870D) is unknown color: approx Hacienda. HEX triplet: 95, 87 and 0D. RGB value is (149,135,13). Sum of RGB (Red+Green+Blue) = 149+135+13=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 135 (53.12% from 255 or 45.45% from 297); Blue value is 13 (5.47% from 255 or 4.38% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95870D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95870D is #6A78F2. Grayscale: #7D7D7D. Windows color (decimal): -6977779 or 886677. OLE color: 886677.

HSL color Cylindrical-coordinate representation of color #95870D: hue angle of 53.82º 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 #95870D is Cyan = 0, Magento = 0.09, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB14913513-
CMYK00.090.910.42
HSL53.82º83.95%31.76%-
HSV(B)53.82º91.28%58.43%-
XYZ21.1323.753.85-
YUV125.2864.64144.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.17%
GREEN value IS 135 (53.12% from 255) = 45.45%
BLUE value IS 13 (5.47% from 255) = 4.38%
R=50.17%
G=45.45%
B=4.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.91
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491351300.090.910.4253.8283.9531.76
Hex9587D095B2A365420
Octal22520715011133526612440
Binary100101011000011111010100110110111010101101101010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95870D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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