#995D18

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

Shades of Golden Brown #995D18

Tints of Golden Brown #995D18

Color information

#995D18 (or 0x995D18) is unknown color: approx Golden Brown. HEX triplet: 99, 5D and 18. RGB value is (153,93,24). Sum of RGB (Red+Green+Blue) = 153+93+24=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 93 (36.72% from 255 or 34.44% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #995D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D18 is #66A2E7. Grayscale: #676767. Windows color (decimal): -6726376 or 1596825. OLE color: 1596825.

HSL color Cylindrical-coordinate representation of color #995D18: hue angle of 32.09º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #995D18 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1539324-
CMYK00.390.840.4
HSL32.09º72.88%34.71%-
HSV(B)32.09º84.31%60%-
XYZ17.2214.672.79-
YUV103.0783.38163.61-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 93 (36.72% from 255) = 34.44%
BLUE value IS 24 (9.77% from 255) = 8.89%
R=56.67%
G=34.44%
B=8.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153932400.390.840.432.0972.8834.71
Hex995D180275428204923
Octal23113530047124504011143
Binary10011001101110111000010011110101001010001000001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995D18; }

 p { color: rgb(153,93,24); }

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

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

 a { background-color: rgb(153,93,24); }

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

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

 span { border-color: rgb(153,93,24); }

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