Html Css Color HEX #5A4B0E Bronze Olive

📋 copy color: '#5A4B0E'

red 90 ◦ green 75 ◦ blue 14

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

Shades of Bronze Olive #5A4B0E

Tints of Bronze Olive #5A4B0E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 41.9%

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

R = 50.28%
G = 41.9%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#5A4B0E (or 0x5A4B0E) is known color: Bronze Olive. HEX triplet: 5A, 4B and 0E. RGB value is (90,75,14). Sum of RGB (Red+Green+Blue) = 90+75+14=179 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.28% from 179); Green value is 75 (29.69% from 255 or 41.90% from 179); Blue value is 14 (5.86% from 255 or 7.82% from 179); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A4B0E is #A5B4F1. Grayscale: #484848. Windows color (decimal): -10859762 or 936794. OLE color: 936794.

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

Color convert

RGB 90 75 14 -
CMYK 0 0.17 0.84 0.65
HSL 48.16º 0.73% 0.2% -
HSV(B) 48.16º 0.84% 0.35% -
XYZ 6.81 7.24 1.45 -
YUV 72.53 94.97 140.46 -
System Red Green Blue C M Y K H S L
Decimal 90 75 14 0 0.17 0.84 0.65 48.16 0.73 0.2
Hex 5A 4B E 0 11 54 41 30 49 14
Octal 132 113 16 0 21 124 101 60 111 24
Binary 1011010 1001011 1110 0 10001 1010100 1000001 110000 1001001 10100

Color Harmonies of #5A4B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4B0E

Black with #5A4B0E

Text Example


Text Example

White with #5A4B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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