#5A530E

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

Shades of Bronze Olive #5A530E

Tints of Bronze Olive #5A530E

Color information

#5A530E (or 0x5A530E) is unknown color: approx Bronze Olive. HEX triplet: 5A, 53 and 0E. RGB value is (90,83,14). Sum of RGB (Red+Green+Blue) = 90+83+14=187 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.13% from 187); Green value is 83 (32.81% from 255 or 44.39% from 187); Blue value is 14 (5.86% from 255 or 7.49% from 187); Max value from RGB is 90 - color contains mainly: red. Hex color #5A530E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A530E is #A5ACF1. Grayscale: #4D4D4D. Windows color (decimal): -10857714 or 938842. OLE color: 938842.

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

Color convert

RGB908314-
CMYK00.080.840.65
HSL54.47º73.08%20.39%-
HSV(B)54.47º84.44%35.29%-
XYZ7.398.391.65-
YUV77.2392.32137.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 48.13%
GREEN value IS 83 (32.81% from 255) = 44.39%
BLUE value IS 14 (5.86% from 255) = 7.49%
R=48.13%
G=44.39%
B=7.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90831400.080.840.6554.4773.0820.39
Hex5A53E085441364914
Octal132123160101241016611124
Binary1011010101001111100100010101001000001110110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,83,14); }

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

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

 a { background-color: rgb(90,83,14); }

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

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

 span { border-color: rgb(90,83,14); }

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