#9D5B13

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

Shades of Golden Brown #9D5B13

Tints of Golden Brown #9D5B13

Color information

#9D5B13 (or 0x9D5B13) is unknown color: approx Golden Brown. HEX triplet: 9D, 5B and 13. RGB value is (157,91,19). Sum of RGB (Red+Green+Blue) = 157+91+19=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5B13 is #62A4EC. Grayscale: #666666. Windows color (decimal): -6464749 or 1268637. OLE color: 1268637.

HSL color Cylindrical-coordinate representation of color #9D5B13: hue angle of 31.3º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9D5B13 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB1579119-
CMYK00.420.880.38
HSL31.3º78.41%34.51%-
HSV(B)31.3º87.9%61.57%-
XYZ17.7614.72.52-
YUV102.5380.87166.85-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 19 (7.81% from 255) = 7.12%
R=58.80%
G=34.08%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157911900.420.880.3831.378.4134.51
Hex9D5B1302A58261f4e23
Octal23513323052130463711643
Binary1001110110110111001101010101011000100110111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,91,19); }

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

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

 a { background-color: rgb(157,91,19); }

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

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

 span { border-color: rgb(157,91,19); }

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