#9B4B19

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

Shades of Rich Gold #9B4B19

Tints of Rich Gold #9B4B19

Color information

#9B4B19 (or 0x9B4B19) is unknown color: approx Rich Gold. HEX triplet: 9B, 4B and 19. RGB value is (155,75,25). Sum of RGB (Red+Green+Blue) = 155+75+25=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 75 (29.69% from 255 or 29.41% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4B19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4B19 is #64B4E6. Grayscale: #5D5D5D. Windows color (decimal): -6599911 or 1657755. OLE color: 1657755.

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

Color convert

RGB1557525-
CMYK00.520.840.39
HSL23.08º72.22%35.29%-
HSV(B)23.08º83.87%60.78%-
XYZ16.2112.072.4-
YUV93.2289.5172.07-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.78%
GREEN value IS 75 (29.69% from 255) = 29.41%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=60.78%
G=29.41%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155752500.520.840.3923.0872.2235.29
Hex9B4B190345427174823
Octal23311331064124472711043
Binary1001101110010111100101101001010100100111101111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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