#5A540D

Color #5A540D Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #5A540D

Tints of Bronze Olive #5A540D

Color information

#5A540D (or 0x5A540D) is unknown color: approx Bronze Olive. HEX triplet: 5A, 54 and 0D. RGB value is (90,84,13). Sum of RGB (Red+Green+Blue) = 90+84+13=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A540D is #A5ABF2. Grayscale: #4D4D4D. Windows color (decimal): -10857459 or 873562. OLE color: 873562.

HSL color Cylindrical-coordinate representation of color #5A540D: hue angle of 55.32º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A540D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB908413-
CMYK00.070.860.65
HSL55.32º74.76%20.2%-
HSV(B)55.32º85.56%35.29%-
XYZ7.468.541.64-
YUV77.791.49136.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.13%
GREEN value IS 84 (33.20% from 255) = 44.92%
BLUE value IS 13 (5.47% from 255) = 6.95%
R=48.13%
G=44.92%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90841300.070.860.6555.3274.7620.2
Hex5A54D075641374b14
Octal13212415071261016711324
Binary101101010101001101011110101101000001110111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A540D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A540D; }

 p { color: rgb(90,84,13); }

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

<style>
 a { background-color: #5A540D; }

 a { background-color: rgb(90,84,13); }

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

<style>
 span { border-color: #5A540D; }

 span { border-color: rgb(90,84,13); }

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