#9B4F1E

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

Shades of Rich Gold #9B4F1E

Tints of Rich Gold #9B4F1E

Color information

#9B4F1E (or 0x9B4F1E) is unknown color: approx Rich Gold. HEX triplet: 9B, 4F and 1E. RGB value is (155,79,30). Sum of RGB (Red+Green+Blue) = 155+79+30=264 (34% of max value = 765). Red value is 155 (60.94% from 255 or 58.71% from 264); Green value is 79 (31.25% from 255 or 29.92% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4F1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B4F1E is #64B0E1. Grayscale: #606060. Windows color (decimal): -6598882 or 1986459. OLE color: 1986459.

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

Color convert

RGB1557930-
CMYK00.490.810.39
HSL23.52º67.57%36.27%-
HSV(B)23.52º80.65%60.78%-
XYZ16.5512.652.8-
YUV96.1490.68169.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.71%
GREEN value IS 79 (31.25% from 255) = 29.92%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=58.71%
G=29.92%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155793000.490.810.3923.5267.5736.27
Hex9B4F1E0315127184424
Octal23311736061121473010444
Binary1001101110011111111001100011010001100111110001000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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