#995C02

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

Shades of Golden Brown #995C02

Tints of Golden Brown #995C02

Color information

#995C02 (or 0x995C02) is unknown color: approx Golden Brown. HEX triplet: 99, 5C and 02. RGB value is (153,92,2). Sum of RGB (Red+Green+Blue) = 153+92+2=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #995C02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C02 is #66A3FD. Grayscale: #646464. Windows color (decimal): -6726654 or 154777. OLE color: 154777.

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

Color convert

RGB153922-
CMYK00.400.990.4
HSL35.76º97.42%30.39%-
HSV(B)35.76º98.69%60%-
XYZ16.9714.431.95-
YUV99.9872.71165.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 92 (36.33% from 255) = 37.25%
BLUE value IS 2 (1.17% from 255) = 0.81%
R=61.94%
G=37.25%
B=0.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15392200.400.990.435.7697.4230.39
Hex995C2028632824611e
Octal2311342050143504414136
Binary1001100110111001001010001100011101000100100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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