#9B5424

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

Shades of Rich Gold #9B5424

Tints of Rich Gold #9B5424

Color information

#9B5424 (or 0x9B5424) is unknown color: approx Rich Gold. HEX triplet: 9B, 54 and 24. RGB value is (155,84,36). Sum of RGB (Red+Green+Blue) = 155+84+36=275 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.36% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 36 (14.45% from 255 or 13.09% from 275); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5424 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5424 is #64ABDB. Grayscale: #646464. Windows color (decimal): -6597596 or 2380955. OLE color: 2380955.

HSL color Cylindrical-coordinate representation of color #9B5424: hue angle of 24.2º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B5424 is Cyan = 0, Magento = 0.46, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB1558436-
CMYK00.460.770.39
HSL24.2º62.3%37.45%-
HSV(B)24.2º76.77%60.78%-
XYZ17.0113.443.37-
YUV99.7692.02167.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.36%
GREEN value IS 84 (33.20% from 255) = 30.55%
BLUE value IS 36 (14.45% from 255) = 13.09%
R=56.36%
G=30.55%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155843600.460.770.3924.262.337.45
Hex9B542402E4D27183e25
Octal2331244405611547307645
Binary1001101110101001001000101110100110110011111000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,84,36); }

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

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

 a { background-color: rgb(155,84,36); }

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

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

 span { border-color: rgb(155,84,36); }

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