#9B471C

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

Shades of Rich Gold #9B471C

Tints of Rich Gold #9B471C

Color information

#9B471C (or 0x9B471C) is unknown color: approx Rich Gold. HEX triplet: 9B, 47 and 1C. RGB value is (155,71,28). Sum of RGB (Red+Green+Blue) = 155+71+28=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B471C is #64B8E3. Grayscale: #5B5B5B. Windows color (decimal): -6600932 or 1853339. OLE color: 1853339.

HSL color Cylindrical-coordinate representation of color #9B471C: hue angle of 20.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B471C is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB1557128-
CMYK00.540.820.39
HSL20.31º69.4%35.88%-
HSV(B)20.31º81.94%60.78%-
XYZ15.9811.562.49-
YUV91.2192.33173.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 28 (11.33% from 255) = 11.02%
R=61.02%
G=27.95%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.82
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155712800.540.820.3920.3169.435.88
Hex9B471C0365227144524
Octal23310734066122472410544
Binary1001101110001111110001101101010010100111101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,28); }

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

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

 a { background-color: rgb(155,71,28); }

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

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

 span { border-color: rgb(155,71,28); }

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