#9A541B

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

Shades of Rich Gold #9A541B

Tints of Rich Gold #9A541B

Color information

#9A541B (or 0x9A541B) is unknown color: approx Rich Gold. HEX triplet: 9A, 54 and 1B. RGB value is (154,84,27). Sum of RGB (Red+Green+Blue) = 154+84+27=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A541B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A541B is #65ABE4. Grayscale: #626262. Windows color (decimal): -6663141 or 1791130. OLE color: 1791130.

HSL color Cylindrical-coordinate representation of color #9A541B: hue angle of 26.93º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A541B is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB1548427-
CMYK00.450.820.40
HSL26.93º70.17%35.49%-
HSV(B)26.93º82.47%60.39%-
XYZ16.6913.292.72-
YUV98.4387.69167.63-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.11%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=58.11%
G=31.70%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154842700.450.820.4026.9370.1735.49
Hex9A541B02D52281b4623
Octal23212433055122503310643
Binary1001101010101001101101011011010010101000110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,84,27); }

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

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

 a { background-color: rgb(154,84,27); }

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

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

 span { border-color: rgb(154,84,27); }

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