Html Css Color HEX #5A4722 Bronze Olive

📋 copy color: '#5A4722'

red 90 ◦ green 71 ◦ blue 34

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

Shades of Bronze Olive #5A4722

Tints of Bronze Olive #5A4722

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.41%

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

R = 46.15%
G = 36.41%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.65

RGB Variations

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

Color information

#5A4722 (or 0x5A4722) is known color: Bronze Olive. HEX triplet: 5A, 47 and 22. RGB value is (90,71,34). Sum of RGB (Red+Green+Blue) = 90+71+34=195 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.15% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 34 (13.67% from 255 or 17.44% from 195); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4722 is #A5B8DD. Grayscale: #484848. Windows color (decimal): -10860766 or 2246490. OLE color: 2246490.

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

Color convert

RGB 90 71 34 -
CMYK 0 0.21 0.62 0.65
HSL 39.64º 0.45% 0.24% -
HSV(B) 39.64º 0.62% 0.35% -
XYZ 6.76 6.8 2.47 -
YUV 72.46 106.29 140.51 -
System Red Green Blue C M Y K H S L
Decimal 90 71 34 0 0.21 0.62 0.65 39.64 0.45 0.24
Hex 5A 47 22 0 15 3E 41 28 2D 18
Octal 132 107 42 0 25 76 101 50 55 30
Binary 1011010 1000111 100010 0 10101 111110 1000001 101000 101101 11000

Color Harmonies of #5A4722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A4722

Black with #5A4722

Text Example


Text Example

White with #5A4722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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