#9b4f16

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

Shades of Rich Gold #9B4F16

Tints of Rich Gold #9B4F16

Color information

#9B4F16 (or 0x9B4F16) is unknown color: approx Rich Gold. HEX triplet: 9B, 4F and 16. RGB value is (155,79,22). Sum of RGB (Red+Green+Blue) = 155+79+22=256 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.55% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B4F16 is #64B0E9. Grayscale: #5F5F5F. Windows color (decimal): -6598890 or 1462171. OLE color: 1462171.

HSL color Cylindrical-coordinate representation of color #9B4F16: hue angle of 25.71º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B4F16 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1557922-
CMYK00.490.860.39
HSL25.71º75.14%34.71%-
HSV(B)25.71º85.81%60.78%-
XYZ16.4612.622.33-
YUV95.2386.68170.63-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.55%
GREEN value IS 79 (31.25% from 255) = 30.86%
BLUE value IS 22 (8.98% from 255) = 8.59%
R=60.55%
G=30.86%
B=8.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155792200.490.860.3925.7175.1434.71
Hex9B4F1603156271a4b23
Octal23311726061126473211343
Binary1001101110011111011001100011010110100111110101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b4f16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,22); }

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

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

 a { background-color: rgb(155,79,22); }

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

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

 span { border-color: rgb(155,79,22); }

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