Html Css Color HEX #5A4E2A Bronze Olive

📋 copy color: '#5A4E2A'

red 90 ◦ green 78 ◦ blue 42

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

Shades of Bronze Olive #5A4E2A

Tints of Bronze Olive #5A4E2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 20%

R = 42.86%
G = 37.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.65

RGB Variations

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

Color information

#5A4E2A (or 0x5A4E2A) is known color: Bronze Olive. HEX triplet: 5A, 4E and 2A. RGB value is (90,78,42). Sum of RGB (Red+Green+Blue) = 90+78+42=210 (27% of max value = 765). Red value is 90 (35.55% from 255 or 42.86% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A4E2A is #A5B1D5. Grayscale: #4D4D4D. Windows color (decimal): -10858966 or 2772570. OLE color: 2772570.

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

Color convert

RGB 90 78 42 -
CMYK 0 0.13 0.53 0.65
HSL 45º 0.36% 0.26% -
HSV(B) 45º 0.53% 0.35% -
XYZ 7.36 7.79 3.31 -
YUV 77.48 107.98 136.93 -
System Red Green Blue C M Y K H S L
Decimal 90 78 42 0 0.13 0.53 0.65 45 0.36 0.26
Hex 5A 4E 2A 0 D 35 41 2D 24 1A
Octal 132 116 52 0 15 65 101 55 44 32
Binary 1011010 1001110 101010 0 1101 110101 1000001 101101 100100 11010

Color Harmonies of #5A4E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4E2A

Black with #5A4E2A

Text Example


Text Example

White with #5A4E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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