Html Css Color HEX #5A4E1E Bronze Olive

📋 copy color: '#5A4E1E'

red 90 ◦ green 78 ◦ blue 30

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

Shades of Bronze Olive #5A4E1E

Tints of Bronze Olive #5A4E1E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 39.39%

 BLUE value IS 30 (12.11% from 255) = 15.15%

R = 45.45%
G = 39.39%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A4E1E (or 0x5A4E1E) is known color: Bronze Olive. HEX triplet: 5A, 4E and 1E. RGB value is (90,78,30). Sum of RGB (Red+Green+Blue) = 90+78+30=198 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45.45% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 30 (12.11% from 255 or 15.15% from 198); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E1E is #A5B1E1. Grayscale: #4C4C4C. Windows color (decimal): -10858978 or 1986138. OLE color: 1986138.

HSL color Cylindrical-coordinate representation of color #5A4E1E: hue angle of 48º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A4E1E is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 78 30 -
CMYK 0 0.13 0.67 0.65
HSL 48º 0.5% 0.24% -
HSV(B) 48º 0.67% 0.35% -
XYZ 7.18 7.72 2.34 -
YUV 76.12 101.98 137.9 -
System Red Green Blue C M Y K H S L
Decimal 90 78 30 0 0.13 0.67 0.65 48 0.5 0.24
Hex 5A 4E 1E 0 D 43 41 30 32 18
Octal 132 116 36 0 15 103 101 60 62 30
Binary 1011010 1001110 11110 0 1101 1000011 1000001 110000 110010 11000

Color Harmonies of #5A4E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E1E

Black with #5A4E1E

Text Example


Text Example

White with #5A4E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,78,30); }

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

background-color css

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

 a { background-color: rgb(90,78,30); }

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

border-color css

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

 span { border-color: rgb(90,78,30); }

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