#9B4A18

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

Shades of Rich Gold #9B4A18

Tints of Rich Gold #9B4A18

Color information

#9B4A18 (or 0x9B4A18) is unknown color: approx Rich Gold. HEX triplet: 9B, 4A and 18. RGB value is (155,74,24). Sum of RGB (Red+Green+Blue) = 155+74+24=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 74 (29.30% from 255 or 29.25% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4A18 is #64B5E7. Grayscale: #5C5C5C. Windows color (decimal): -6600168 or 1591963. OLE color: 1591963.

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

Color convert

RGB1557424-
CMYK00.520.850.39
HSL22.9º73.18%35.1%-
HSV(B)22.9º84.52%60.78%-
XYZ16.1311.932.32-
YUV92.5289.34172.57-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 74 (29.30% from 255) = 29.25%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=61.26%
G=29.25%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155742400.520.850.3922.973.1835.1
Hex9B4A180345527174923
Octal23311230064125472711143
Binary1001101110010101100001101001010101100111101111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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