Html Css Color HEX #5A4A0E Bronze Olive

📋 copy color: '#5A4A0E'

red 90 ◦ green 74 ◦ blue 14

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

Shades of Bronze Olive #5A4A0E

Tints of Bronze Olive #5A4A0E

RGB

 RED value IS 90 (35.55% from 255) = 50.56%

 GREEN value IS 74 (29.3% from 255) = 41.57%

 BLUE value IS 14 (5.86% from 255) = 7.87%

R = 50.56%
G = 41.57%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A4A0E (or 0x5A4A0E) is known color: Bronze Olive. HEX triplet: 5A, 4A and 0E. RGB value is (90,74,14). Sum of RGB (Red+Green+Blue) = 90+74+14=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 14 (5.86% from 255 or 7.87% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4A0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4A0E is #A5B5F1. Grayscale: #484848. Windows color (decimal): -10860018 or 936538. OLE color: 936538.

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

Color convert

RGB 90 74 14 -
CMYK 0 0.18 0.84 0.65
HSL 47.37º 0.73% 0.2% -
HSV(B) 47.37º 0.84% 0.35% -
XYZ 6.74 7.1 1.43 -
YUV 71.94 95.3 140.88 -
System Red Green Blue C M Y K H S L
Decimal 90 74 14 0 0.18 0.84 0.65 47.37 0.73 0.2
Hex 5A 4A E 0 12 54 41 2F 49 14
Octal 132 112 16 0 22 124 101 57 111 24
Binary 1011010 1001010 1110 0 10010 1010100 1000001 101111 1001001 10100

Color Harmonies of #5A4A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4A0E

Black with #5A4A0E

Text Example


Text Example

White with #5A4A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A4A0E;
 }
 .AnyTagClassName
 {
   color: #5A4A0E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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