#9B4C23

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

Shades of Rich Gold #9B4C23

Tints of Rich Gold #9B4C23

Color information

#9B4C23 (or 0x9B4C23) is unknown color: approx Rich Gold. HEX triplet: 9B, 4C and 23. RGB value is (155,76,35). Sum of RGB (Red+Green+Blue) = 155+76+35=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4C23 is #64B3DC. Grayscale: #5F5F5F. Windows color (decimal): -6599645 or 2313371. OLE color: 2313371.

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

Color convert

RGB1557635-
CMYK00.510.770.39
HSL20.5º63.16%37.25%-
HSV(B)20.5º77.42%60.78%-
XYZ16.4112.263.09-
YUV94.9594.17170.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 76 (30.08% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 13.16%
R=58.27%
G=28.57%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155763500.510.770.3920.563.1637.25
Hex9B4C230334D27143f25
Octal2331144306311547247745
Binary1001101110011001000110110011100110110011110100111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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