Html Css Color HEX #5A420E Bronze Olive

📋 copy color: '#5A420E'

red 90 ◦ green 66 ◦ blue 14

#5A420E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #5A420E

Tints of Bronze Olive #5A420E

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 value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A420E (or 0x5A420E) is known color: 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

RGB 90 66 14 -
CMYK 0 0.27 0.84 0.65
HSL 41.05º 0.73% 0.2% -
HSV(B) 41.05º 0.84% 0.35% -
XYZ 6.24 6.1 1.26 -
YUV 67.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 90 66 14 0 0.27 0.84 0.65 41.05 0.73 0.2
Hex 5A 42 E 0 1B 54 41 29 49 14
Octal 132 102 16 0 33 124 101 51 111 24
Binary 1011010 1000010 1110 0 11011 1010100 1000001 101001 1001001 10100

Color Harmonies of #5A420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A420E

Black with #5A420E

Text Example


Text Example

White with #5A420E

Text Example


Text Example

HTML Codes & Css Web 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>