#9B5716

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

Shades of Golden Brown #9B5716

Tints of Golden Brown #9B5716

Color information

#9B5716 (or 0x9B5716) is unknown color: approx Golden Brown. HEX triplet: 9B, 57 and 16. RGB value is (155,87,22). Sum of RGB (Red+Green+Blue) = 155+87+22=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 22 (8.98% from 255 or 8.33% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5716 is #64A8E9. Grayscale: #646464. Windows color (decimal): -6596842 or 1464219. OLE color: 1464219.

HSL color Cylindrical-coordinate representation of color #9B5716: hue angle of 29.32º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B5716 is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1558722-
CMYK00.440.860.39
HSL29.32º75.14%34.71%-
HSV(B)29.32º85.81%60.78%-
XYZ17.0713.842.53-
YUV99.9284.03167.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 22 (8.98% from 255) = 8.33%
R=58.71%
G=32.95%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155872200.440.860.3929.3275.1434.71
Hex9B571602C56271d4b23
Octal23312726054126473511343
Binary1001101110101111011001011001010110100111111011001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,87,22); }

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

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

 a { background-color: rgb(155,87,22); }

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

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

 span { border-color: rgb(155,87,22); }

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