#9B4C19

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

Shades of Rich Gold #9B4C19

Tints of Rich Gold #9B4C19

Color information

#9B4C19 (or 0x9B4C19) is unknown color: approx Rich Gold. HEX triplet: 9B, 4C and 19. RGB value is (155,76,25). Sum of RGB (Red+Green+Blue) = 155+76+25=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 76 (30.08% from 255 or 29.69% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4C19 is #64B3E6. Grayscale: #5E5E5E. Windows color (decimal): -6599655 or 1658011. OLE color: 1658011.

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

Color convert

RGB1557625-
CMYK00.510.840.39
HSL23.54º72.22%35.29%-
HSV(B)23.54º83.87%60.78%-
XYZ16.2812.212.42-
YUV93.8189.17171.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 76 (30.08% from 255) = 29.69%
BLUE value IS 25 (10.16% from 255) = 9.77%
R=60.55%
G=29.69%
B=9.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155762500.510.840.3923.5472.2235.29
Hex9B4C190335427184823
Octal23311431063124473011043
Binary1001101110011001100101100111010100100111110001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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