#9B7218

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

Shades of Golden Brown #9B7218

Tints of Golden Brown #9B7218

Color information

#9B7218 (or 0x9B7218) is unknown color: approx Golden Brown. HEX triplet: 9B, 72 and 18. RGB value is (155,114,24). Sum of RGB (Red+Green+Blue) = 155+114+24=293 (38% of max value = 765). Red value is 155 (60.94% from 255 or 52.90% from 293); Green value is 114 (44.92% from 255 or 38.91% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B7218 is #648DE7. Grayscale: #747474. Windows color (decimal): -6589928 or 1602203. OLE color: 1602203.

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

Color convert

RGB15511424-
CMYK00.260.850.39
HSL41.22º73.18%35.1%-
HSV(B)41.22º84.52%60.78%-
XYZ19.719.073.51-
YUV11676.08155.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 52.90%
GREEN value IS 114 (44.92% from 255) = 38.91%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=52.90%
G=38.91%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551142400.260.850.3941.2273.1835.1
Hex9B721801A5527294923
Octal23316230032125475111143
Binary1001101111100101100001101010101011001111010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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