#995C01

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

Shades of Golden Brown #995C01

Tints of Golden Brown #995C01

Color information

#995C01 (or 0x995C01) is unknown color: approx Golden Brown. HEX triplet: 99, 5C and 01. RGB value is (153,92,1). Sum of RGB (Red+Green+Blue) = 153+92+1=246 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.20% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 153 - color contains mainly: red. Hex color #995C01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #995C01 is #66A3FE. Grayscale: #646464. Windows color (decimal): -6726655 or 89241. OLE color: 89241.

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

Color convert

RGB153921-
CMYK00.400.990.4
HSL35.92º98.7%30.2%-
HSV(B)35.92º99.35%60%-
XYZ16.9714.431.92-
YUV99.8672.21165.9-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.20%
GREEN value IS 92 (36.33% from 255) = 37.40%
BLUE value IS 1 (0.78% from 255) = 0.41%
R=62.20%
G=37.40%
B=0.41%

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
Decimal15392100.400.990.435.9298.730.2
Hex995C1028632824631e
Octal2311341050143504414336
Binary100110011011100101010001100011101000100100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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