#995C00

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

Shades of Golden Brown #995C00

Tints of Golden Brown #995C00

Color information

#995C00 (or 0x995C00) is unknown color: approx Golden Brown. HEX triplet: 99, 5C and 00. RGB value is (153,92,0). Sum of RGB (Red+Green+Blue) = 153+92+0=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #995C00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C00 is #66A3FF. Grayscale: #646464. Windows color (decimal): -6726656 or 23705. OLE color: 23705.

HSL color Cylindrical-coordinate representation of color #995C00: hue angle of 36.08º 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 #995C00 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB153920-
CMYK00.4010.4
HSL36.08º100%30%-
HSV(B)36.08º100%60%-
XYZ16.9614.431.89-
YUV99.7571.71165.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.45%
GREEN value IS 92 (36.33% from 255) = 37.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.45%
G=37.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 1
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15392000.4010.436.0810030
Hex995C0028642824641e
Octal2311340050144504414436
Binary100110011011100001010001100100101000100100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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