#5A420E

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

Shades of Bronze Olive #5A420E

Tints of Bronze Olive #5A420E

Color information

#5A420E (or 0x5A420E) is unknown color: approx Bronze Olive. HEX triplet: 5A, 42 and 0E. RGB value is (90,66,14). Sum of RGB (Red+Green+Blue) = 90+66+14=170 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.94% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 90 - color contains mainly: red. Hex color #5A420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A420E is #A5BDF1. Grayscale: #434343. Windows color (decimal): -10862066 or 934490. OLE color: 934490.

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

Color convert

RGB906614-
CMYK00.270.840.65
HSL41.05º73.08%20.39%-
HSV(B)41.05º84.44%35.29%-
XYZ6.246.11.26-
YUV67.2597.95144.23-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.94%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 14 (5.86% from 255) = 8.24%
R=52.94%
G=38.82%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90661400.270.840.6541.0573.0820.39
Hex5A42E01B5441294914
Octal132102160331241015111124
Binary10110101000010111001101110101001000001101001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A420E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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