#9C5405

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

Shades of Golden Brown #9C5405

Tints of Golden Brown #9C5405

Color information

#9C5405 (or 0x9C5405) is unknown color: approx Golden Brown. HEX triplet: 9C, 54 and 05. RGB value is (156,84,5). Sum of RGB (Red+Green+Blue) = 156+84+5=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5405 is #63ABFA. Grayscale: #606060. Windows color (decimal): -6532091 or 349340. OLE color: 349340.

HSL color Cylindrical-coordinate representation of color #9C5405: hue angle of 31.39º 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 #9C5405 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB156845-
CMYK00.460.970.39
HSL31.39º93.79%31.57%-
HSV(B)31.39º96.79%61.18%-
XYZ16.9113.421.84-
YUV96.5276.35170.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 5 (2.34% from 255) = 2.04%
R=63.67%
G=34.29%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15684500.460.970.3931.3993.7931.57
Hex9C54502E61271f5e20
Octal2341245056141473713640
Binary10011100101010010101011101100001100111111111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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