#9C5C05

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

Shades of Golden Brown #9C5C05

Tints of Golden Brown #9C5C05

Color information

#9C5C05 (or 0x9C5C05) is unknown color: approx Golden Brown. HEX triplet: 9C, 5C and 05. RGB value is (156,92,5). Sum of RGB (Red+Green+Blue) = 156+92+5=253 (33% of max value = 765). Red value is 156 (61.33% from 255 or 61.66% from 253); Green value is 92 (36.33% from 255 or 36.36% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5C05 is #63A3FA. Grayscale: #656565. Windows color (decimal): -6530043 or 351388. OLE color: 351388.

HSL color Cylindrical-coordinate representation of color #9C5C05: hue angle of 34.57º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9C5C05 is Cyan = 0, Magento = 0.41, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB156925-
CMYK00.410.970.39
HSL34.57º93.79%31.57%-
HSV(B)34.57º96.79%61.18%-
XYZ17.5614.732.06-
YUV101.2273.7167.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 61.66%
GREEN value IS 92 (36.33% from 255) = 36.36%
BLUE value IS 5 (2.34% from 255) = 1.98%
R=61.66%
G=36.36%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15692500.410.970.3934.5793.7931.57
Hex9C5C50296127235e20
Octal2341345051141474313640
Binary100111001011100101010100111000011001111000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,5); }

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

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

 a { background-color: rgb(156,92,5); }

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

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

 span { border-color: rgb(156,92,5); }

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