#5A500C

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

Shades of Bronze Olive #5A500C

Tints of Bronze Olive #5A500C

Color information

#5A500C (or 0x5A500C) is unknown color: approx Bronze Olive. HEX triplet: 5A, 50 and 0C. RGB value is (90,80,12). Sum of RGB (Red+Green+Blue) = 90+80+12=182 (24% of max value = 765). Red value is 90 (35.55% from 255 or 49.45% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 90 - color contains mainly: red. Hex color #5A500C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A500C is #A5AFF3. Grayscale: #4B4B4B. Windows color (decimal): -10858484 or 807002. OLE color: 807002.

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

Color convert

RGB908012-
CMYK00.110.870.65
HSL52.31º76.47%20%-
HSV(B)52.31º86.67%35.29%-
XYZ7.157.941.5-
YUV75.2492.31138.53-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 49.45%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 12 (5.08% from 255) = 6.59%
R=49.45%
G=43.96%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.87
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90801200.110.870.6552.3176.4720
Hex5A50C0B5741344c14
Octal132120140131271016411424
Binary1011010101000011000101110101111000001110100100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A500C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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