#95830F

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

Shades of Hacienda #95830F

Tints of Hacienda #95830F

Color information

#95830F (or 0x95830F) is unknown color: approx Hacienda. HEX triplet: 95, 83 and 0F. RGB value is (149,131,15). Sum of RGB (Red+Green+Blue) = 149+131+15=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 131 (51.56% from 255 or 44.41% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #95830F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95830F is #6A7CF0. Grayscale: #7B7B7B. Windows color (decimal): -6978801 or 1016725. OLE color: 1016725.

HSL color Cylindrical-coordinate representation of color #95830F: hue angle of 51.94º 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 #95830F is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB14913115-
CMYK00.120.900.42
HSL51.94º81.71%32.16%-
HSV(B)51.94º89.93%58.43%-
XYZ20.622.663.74-
YUV123.1666.96146.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.51%
GREEN value IS 131 (51.56% from 255) = 44.41%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=50.51%
G=44.41%
B=5.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491311500.120.900.4251.9481.7132.16
Hex9583F0C5A2A345220
Octal22520317014132526412240
Binary100101011000001111110110010110101010101101001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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