#995F19

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

Shades of Golden Brown #995F19

Tints of Golden Brown #995F19

Color information

#995F19 (or 0x995F19) is unknown color: approx Golden Brown. HEX triplet: 99, 5F and 19. RGB value is (153,95,25). Sum of RGB (Red+Green+Blue) = 153+95+25=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #995F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995F19 is #66A0E6. Grayscale: #686868. Windows color (decimal): -6725863 or 1662873. OLE color: 1662873.

HSL color Cylindrical-coordinate representation of color #995F19: hue angle of 32.81º degrees, saturation: 0.72, 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 #995F19 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB1539525-
CMYK00.380.840.4
HSL32.81º71.91%34.9%-
HSV(B)32.81º83.66%60%-
XYZ17.415.032.9-
YUV104.3683.22162.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 25 (10.16% from 255) = 9.16%
R=56.04%
G=34.80%
B=9.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153952500.380.840.432.8171.9134.9
Hex995F190265428214823
Octal23113731046124504111043
Binary10011001101111111001010011010101001010001000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,25); }

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

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

 a { background-color: rgb(153,95,25); }

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

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

 span { border-color: rgb(153,95,25); }

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