#95840F

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

Shades of Hacienda #95840F

Tints of Hacienda #95840F

Color information

#95840F (or 0x95840F) is unknown color: approx Hacienda. HEX triplet: 95, 84 and 0F. RGB value is (149,132,15). Sum of RGB (Red+Green+Blue) = 149+132+15=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 132 (51.95% from 255 or 44.59% from 296); Blue value is 15 (6.25% from 255 or 5.07% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95840F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95840F is #6A7BF0. Grayscale: #7C7C7C. Windows color (decimal): -6978545 or 1016981. OLE color: 1016981.

HSL color Cylindrical-coordinate representation of color #95840F: hue angle of 52.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95840F is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14913215-
CMYK00.110.900.42
HSL52.39º81.71%32.16%-
HSV(B)52.39º89.93%58.43%-
XYZ20.7322.933.78-
YUV123.7466.63146.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.34%
GREEN value IS 132 (51.95% from 255) = 44.59%
BLUE value IS 15 (6.25% from 255) = 5.07%
R=50.34%
G=44.59%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491321500.110.900.4252.3981.7132.16
Hex9584F0B5A2A345220
Octal22520417013132526412240
Binary100101011000010011110101110110101010101101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95840F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95840F; }

 p { color: rgb(149,132,15); }

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

<style>
 a { background-color: #95840F; }

 a { background-color: rgb(149,132,15); }

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

<style>
 span { border-color: #95840F; }

 span { border-color: rgb(149,132,15); }

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