#9B451E

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

Shades of Rich Gold #9B451E

Tints of Rich Gold #9B451E

Color information

#9B451E (or 0x9B451E) is unknown color: approx Rich Gold. HEX triplet: 9B, 45 and 1E. RGB value is (155,69,30). Sum of RGB (Red+Green+Blue) = 155+69+30=254 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.02% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 30 (12.11% from 255 or 11.81% from 254); Max value from RGB is 155 - color contains mainly: red. Hex color #9B451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B451E is #64BAE1. Grayscale: #5A5A5A. Windows color (decimal): -6601442 or 1983899. OLE color: 1983899.

HSL color Cylindrical-coordinate representation of color #9B451E: hue angle of 18.72º 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 #9B451E is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1556930-
CMYK00.550.810.39
HSL18.72º67.57%36.27%-
HSV(B)18.72º80.65%60.78%-
XYZ15.8811.322.58-
YUV90.2793.99174.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.02%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 30 (12.11% from 255) = 11.81%
R=61.02%
G=27.17%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155693000.550.810.3918.7267.5736.27
Hex9B451E0375127134424
Octal23310536067121472310444
Binary1001101110001011111001101111010001100111100111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B451E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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