#9B7212

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

Shades of Golden Brown #9B7212

Tints of Golden Brown #9B7212

Color information

#9B7212 (or 0x9B7212) is unknown color: approx Golden Brown. HEX triplet: 9B, 72 and 12. RGB value is (155,114,18). Sum of RGB (Red+Green+Blue) = 155+114+18=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 114 (44.92% from 255 or 39.72% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7212 is #648DED. Grayscale: #737373. Windows color (decimal): -6589934 or 1208987. OLE color: 1208987.

HSL color Cylindrical-coordinate representation of color #9B7212: hue angle of 42.04º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B7212 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.39.

Color convert

RGB15511418-
CMYK00.260.880.39
HSL42.04º79.19%33.92%-
HSV(B)42.04º88.39%60.78%-
XYZ19.6419.053.21-
YUV115.3273.08156.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 114 (44.92% from 255) = 39.72%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=54.01%
G=39.72%
B=6.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551141800.260.880.3942.0479.1933.92
Hex9B721201A58272a4f22
Octal23316222032130475211742
Binary1001101111100101001001101010110001001111010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,114,18); }

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

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

 a { background-color: rgb(155,114,18); }

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

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

 span { border-color: rgb(155,114,18); }

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