#9b4c18

Color #9B4C18 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9B4C18

Tints of Rich Gold #9B4C18

Color information

#9B4C18 (or 0x9B4C18) is unknown color: approx Rich Gold. HEX triplet: 9B, 4C and 18. RGB value is (155,76,24). Sum of RGB (Red+Green+Blue) = 155+76+24=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C18 is #64B3E7. Grayscale: #5D5D5D. Windows color (decimal): -6599656 or 1592475. OLE color: 1592475.

HSL color Cylindrical-coordinate representation of color #9B4C18: hue angle of 23.82º 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 #9B4C18 is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1557624-
CMYK00.510.850.39
HSL23.82º73.18%35.1%-
HSV(B)23.82º84.52%60.78%-
XYZ16.2712.22.36-
YUV93.6988.67171.73-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=60.78%
G=29.80%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155762400.510.850.3923.8273.1835.1
Hex9B4C180335527184923
Octal23311430063125473011143
Binary1001101110011001100001100111010101100111110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4c18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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