Html Css Color HEX #5A4C22 Bronze Olive

📋 copy color: '#5A4C22'

red 90 ◦ green 76 ◦ blue 34

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

Shades of Bronze Olive #5A4C22

Tints of Bronze Olive #5A4C22

RGB

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

 GREEN value IS 76 (30.08% from 255) = 38%

 BLUE value IS 34 (13.67% from 255) = 17%

R = 45%
G = 38%
B = 17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A4C22 (or 0x5A4C22) is known color: Bronze Olive. HEX triplet: 5A, 4C and 22. RGB value is (90,76,34). Sum of RGB (Red+Green+Blue) = 90+76+34=200 (26% of max value = 765). Red value is 90 (35.55% from 255 or 45% from 200); Green value is 76 (30.08% from 255 or 38% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4C22 is #A5B3DD. Grayscale: #4B4B4B. Windows color (decimal): -10859486 or 2247770. OLE color: 2247770.

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

Color convert

RGB 90 76 34 -
CMYK 0 0.16 0.62 0.65
HSL 45º 0.45% 0.24% -
HSV(B) 45º 0.62% 0.35% -
XYZ 7.09 7.46 2.58 -
YUV 75.4 104.64 138.42 -
System Red Green Blue C M Y K H S L
Decimal 90 76 34 0 0.16 0.62 0.65 45 0.45 0.24
Hex 5A 4C 22 0 10 3E 41 2D 2D 18
Octal 132 114 42 0 20 76 101 55 55 30
Binary 1011010 1001100 100010 0 10000 111110 1000001 101101 101101 11000

Color Harmonies of #5A4C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4C22

Black with #5A4C22

Text Example


Text Example

White with #5A4C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,76,34); }

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

background-color css

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

 a { background-color: rgb(90,76,34); }

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

border-color css

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

 span { border-color: rgb(90,76,34); }

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