#9C5A01

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

Shades of Golden Brown #9C5A01

Tints of Golden Brown #9C5A01

Color information

#9C5A01 (or 0x9C5A01) is unknown color: approx Golden Brown. HEX triplet: 9C, 5A and 01. RGB value is (156,90,1). Sum of RGB (Red+Green+Blue) = 156+90+1=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5A01 is #63A5FE. Grayscale: #646464. Windows color (decimal): -6530559 or 88732. OLE color: 88732.

HSL color Cylindrical-coordinate representation of color #9C5A01: hue angle of 34.45º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C5A01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB156901-
CMYK00.420.990.39
HSL34.45º98.73%30.78%-
HSV(B)34.45º99.36%61.18%-
XYZ17.3714.381.89-
YUV99.5972.37168.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=63.16%
G=36.44%
B=0.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15690100.420.990.3934.4598.7330.78
Hex9C5A102A632722631f
Octal2341321052143474214337
Binary100111001011010101010101100011100111100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5A01; }

 p { color: rgb(156,90,1); }

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

<style>
 a { background-color: #9C5A01; }

 a { background-color: rgb(156,90,1); }

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

<style>
 span { border-color: #9C5A01; }

 span { border-color: rgb(156,90,1); }

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