#995812

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

Shades of Golden Brown #995812

Tints of Golden Brown #995812

Color information

#995812 (or 0x995812) is unknown color: approx Golden Brown. HEX triplet: 99, 58 and 12. RGB value is (153,88,18). Sum of RGB (Red+Green+Blue) = 153+88+18=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #995812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995812 is #66A7ED. Grayscale: #636363. Windows color (decimal): -6727662 or 1202329. OLE color: 1202329.

HSL color Cylindrical-coordinate representation of color #995812: hue angle of 31.11º 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 #995812 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1538818-
CMYK00.420.880.4
HSL31.11º78.95%33.53%-
HSV(B)31.11º88.24%60%-
XYZ16.7413.82.35-
YUV99.4682.03166.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 18 (7.42% from 255) = 6.95%
R=59.07%
G=33.98%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153881800.420.880.431.1178.9533.53
Hex99581202A58281f4f22
Octal23113022052130503711742
Binary1001100110110001001001010101011000101000111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995812; }

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

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

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

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

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

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

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

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