#995512

Color #995512 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #995512

Tints of Golden Brown #995512

Color information

#995512 (or 0x995512) is unknown color: approx Golden Brown. HEX triplet: 99, 55 and 12. RGB value is (153,85,18). Sum of RGB (Red+Green+Blue) = 153+85+18=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #995512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995512 is #66AAED. Grayscale: #626262. Windows color (decimal): -6728430 or 1201561. OLE color: 1201561.

HSL color Cylindrical-coordinate representation of color #995512: hue angle of 29.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #995512 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1538518-
CMYK00.440.880.4
HSL29.78º78.95%33.53%-
HSV(B)29.78º88.24%60%-
XYZ16.4913.312.27-
YUV97.6983.03167.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=59.77%
G=33.20%
B=7.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153851800.440.880.429.7878.9533.53
Hex99551202C58281e4f22
Octal23112522054130503611742
Binary1001100110101011001001011001011000101000111101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995512; }

 p { color: rgb(153,85,18); }

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

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

 a { background-color: rgb(153,85,18); }

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

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

 span { border-color: rgb(153,85,18); }

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