#9B481F

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

Shades of Rich Gold #9B481F

Tints of Rich Gold #9B481F

Color information

#9B481F (or 0x9B481F) is unknown color: approx Rich Gold. HEX triplet: 9B, 48 and 1F. RGB value is (155,72,31). Sum of RGB (Red+Green+Blue) = 155+72+31=258 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.08% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 31 (12.5% from 255 or 12.02% from 258); Max value from RGB is 155 - color contains mainly: red. Hex color #9B481F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B481F is #64B7E0. Grayscale: #5C5C5C. Windows color (decimal): -6600673 or 2050203. OLE color: 2050203.

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

Color convert

RGB1557231-
CMYK00.540.80.39
HSL19.84º66.67%36.47%-
HSV(B)19.84º80%60.78%-
XYZ16.0811.72.71-
YUV92.1493.5172.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.08%
GREEN value IS 72 (28.52% from 255) = 27.91%
BLUE value IS 31 (12.5% from 255) = 12.02%
R=60.08%
G=27.91%
B=12.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155723100.540.80.3919.8466.6736.47
Hex9B481F0365027144324
Octal23311037066120472410344
Binary1001101110010001111101101101010000100111101001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,72,31); }

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

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

 a { background-color: rgb(155,72,31); }

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

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

 span { border-color: rgb(155,72,31); }

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