#995D00

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

Shades of Golden Brown #995D00

Tints of Golden Brown #995D00

Color information

#995D00 (or 0x995D00) is unknown color: approx Golden Brown. HEX triplet: 99, 5D and 00. RGB value is (153,93,0). Sum of RGB (Red+Green+Blue) = 153+93+0=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 0 (0.39% from 255 or 0% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995D00 is #66A2FF. Grayscale: #646464. Windows color (decimal): -6726400 or 23961. OLE color: 23961.

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

Color convert

RGB153930-
CMYK00.3910.4
HSL36.47º100%30%-
HSV(B)36.47º100%60%-
XYZ17.0514.61.92-
YUV100.3471.38165.56-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.20%
G=37.80%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15393000.3910.436.4710030
Hex995D0027642824641e
Octal2311350047144504414436
Binary100110011011101001001111100100101000100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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