#9C5F1B

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

Shades of Golden Brown #9C5F1B

Tints of Golden Brown #9C5F1B

Color information

#9C5F1B (or 0x9C5F1B) is unknown color: approx Golden Brown. HEX triplet: 9C, 5F and 1B. RGB value is (156,95,27). Sum of RGB (Red+Green+Blue) = 156+95+27=278 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.12% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5F1B is #63A0E4. Grayscale: #696969. Windows color (decimal): -6529253 or 1793948. OLE color: 1793948.

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

Color convert

RGB1569527-
CMYK00.390.830.39
HSL31.63º70.49%35.88%-
HSV(B)31.63º82.69%61.18%-
XYZ1815.333.05-
YUV105.4983.71164.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 56.12%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 27 (10.94% from 255) = 9.71%
R=56.12%
G=34.17%
B=9.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156952700.390.830.3931.6370.4935.88
Hex9C5F1B0275327204624
Octal23413733047123474010644
Binary10011100101111111011010011110100111001111000001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,95,27); }

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

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

 a { background-color: rgb(156,95,27); }

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

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

 span { border-color: rgb(156,95,27); }

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