#9C5D03

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

Shades of Golden Brown #9C5D03

Tints of Golden Brown #9C5D03

Color information

#9C5D03 (or 0x9C5D03) is unknown color: approx Golden Brown. HEX triplet: 9C, 5D and 03. RGB value is (156,93,3). Sum of RGB (Red+Green+Blue) = 156+93+3=252 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.90% from 252); Green value is 93 (36.72% from 255 or 36.90% from 252); Blue value is 3 (1.56% from 255 or 1.19% from 252); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5D03 is #63A2FC. Grayscale: #656565. Windows color (decimal): -6529789 or 220572. OLE color: 220572.

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

Color convert

RGB156933-
CMYK00.400.980.39
HSL35.29º96.23%31.18%-
HSV(B)35.29º98.08%61.18%-
XYZ17.6414.92.03-
YUV101.5872.37166.82-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.90%
GREEN value IS 93 (36.72% from 255) = 36.90%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=61.90%
G=36.90%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15693300.400.980.3935.2996.2331.18
Hex9C5D3028622723601f
Octal2341353050142474314037
Binary1001110010111011101010001100010100111100011110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,93,3); }

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

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

 a { background-color: rgb(156,93,3); }

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

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

 span { border-color: rgb(156,93,3); }

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