#5A500D

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

Shades of Bronze Olive #5A500D

Tints of Bronze Olive #5A500D

Color information

#5A500D (or 0x5A500D) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 0D. RGB value is (90,80,13). Sum of RGB (Red+Green+Blue) = 90+80+13=183 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.18% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 13 (5.47% from 255 or 7.10% from 183); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500D is #A5AFF2. Grayscale: #4B4B4B. Windows color (decimal): -10858483 or 872538. OLE color: 872538.

HSL color Cylindrical-coordinate representation of color #5A500D: hue angle of 52.21º 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 #5A500D is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB908013-
CMYK00.110.860.65
HSL52.21º74.76%20.2%-
HSV(B)52.21º85.56%35.29%-
XYZ7.167.941.54-
YUV75.3592.81138.45-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.18%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 13 (5.47% from 255) = 7.10%
R=49.18%
G=43.72%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90801300.110.860.6552.2174.7620.2
Hex5A50D0B5641344b14
Octal132120150131261016411324
Binary1011010101000011010101110101101000001110100100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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