#5A430E

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

Shades of Bronze Olive #5A430E

Tints of Bronze Olive #5A430E

Color information

#5A430E (or 0x5A430E) is unknown color: approx Bronze Olive. HEX triplet: 5A, 43 and 0E. RGB value is (90,67,14). Sum of RGB (Red+Green+Blue) = 90+67+14=171 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.63% from 171); Green value is 67 (26.56% from 255 or 39.18% from 171); Blue value is 14 (5.86% from 255 or 8.19% from 171); Max value from RGB is 90 - color contains mainly: red. Hex color #5A430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A430E is #A5BCF1. Grayscale: #444444. Windows color (decimal): -10861810 or 934746. OLE color: 934746.

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

Color convert

RGB906714-
CMYK00.260.840.65
HSL41.84º73.08%20.39%-
HSV(B)41.84º84.44%35.29%-
XYZ6.36.221.28-
YUV67.8497.62143.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.63%
GREEN value IS 67 (26.56% from 255) = 39.18%
BLUE value IS 14 (5.86% from 255) = 8.19%
R=52.63%
G=39.18%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90671400.260.840.6541.8473.0820.39
Hex5A43E01A54412a4914
Octal132103160321241015211124
Binary10110101000011111001101010101001000001101010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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