#9C5B1A

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

Shades of Golden Brown #9C5B1A

Tints of Golden Brown #9C5B1A

Color information

#9C5B1A (or 0x9C5B1A) is unknown color: approx Golden Brown. HEX triplet: 9C, 5B and 1A. RGB value is (156,91,26). Sum of RGB (Red+Green+Blue) = 156+91+26=273 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.14% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5B1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5B1A is #63A4E5. Grayscale: #676767. Windows color (decimal): -6530278 or 1727388. OLE color: 1727388.

HSL color Cylindrical-coordinate representation of color #9C5B1A: hue angle of 30º degrees, saturation: 0.71, 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 #9C5B1A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1569126-
CMYK00.420.830.39
HSL30º71.43%35.69%-
HSV(B)30º83.33%61.18%-
XYZ17.6414.622.87-
YUV103.0284.53165.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.14%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=57.14%
G=33.33%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156912600.420.830.393071.4335.69
Hex9C5B1A02A53271e4724
Octal23413332052123473610744
Binary1001110010110111101001010101010011100111111101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,26); }

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

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

 a { background-color: rgb(156,91,26); }

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

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

 span { border-color: rgb(156,91,26); }

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