#9D5F11

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

Shades of Golden Brown #9D5F11

Tints of Golden Brown #9D5F11

Color information

#9D5F11 (or 0x9D5F11) is unknown color: approx Golden Brown. HEX triplet: 9D, 5F and 11. RGB value is (157,95,17). Sum of RGB (Red+Green+Blue) = 157+95+17=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 95 (37.5% from 255 or 35.32% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D5F11 is #62A0EE. Grayscale: #696969. Windows color (decimal): -6463727 or 1138589. OLE color: 1138589.

HSL color Cylindrical-coordinate representation of color #9D5F11: hue angle of 33.43º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D5F11 is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB1579517-
CMYK00.390.890.38
HSL33.43º80.46%34.12%-
HSV(B)33.43º89.17%61.57%-
XYZ18.115.392.55-
YUV104.6578.54165.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 95 (37.5% from 255) = 35.32%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=58.36%
G=35.32%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157951700.390.890.3833.4380.4634.12
Hex9D5F110275926215022
Octal23513721047131464112042
Binary10011101101111110001010011110110011001101000011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,95,17); }

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

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

 a { background-color: rgb(157,95,17); }

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

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

 span { border-color: rgb(157,95,17); }

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