Html Css Color HEX #575222 Bronze Olive

📋 copy color: '#575222'

red 87 ◦ green 82 ◦ blue 34

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

Shades of Bronze Olive #575222

Tints of Bronze Olive #575222

RGB

 RED value IS 87 (34.38% from 255) = 42.86%

 GREEN value IS 82 (32.42% from 255) = 40.39%

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

R = 42.86%
G = 40.39%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.61

 K value IS 0.66

RGB Variations

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

Color information

#575222 (or 0x575222) is known color: Bronze Olive. HEX triplet: 57, 52 and 22. RGB value is (87,82,34). Sum of RGB (Red+Green+Blue) = 87+82+34=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 87 - color contains mainly: red. Hex color #575222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575222 is #A8ADDD. Grayscale: #4E4E4E. Windows color (decimal): -11054558 or 2249303. OLE color: 2249303.

HSL color Cylindrical-coordinate representation of color #575222: hue angle of 54.34º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575222 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 34 -
CMYK 0 0.06 0.61 0.66
HSL 54.34º 0.44% 0.24% -
HSV(B) 54.34º 0.61% 0.34% -
XYZ 7.24 8.18 2.71 -
YUV 78.02 103.16 134.4 -
System Red Green Blue C M Y K H S L
Decimal 87 82 34 0 0.06 0.61 0.66 54.34 0.44 0.24
Hex 57 52 22 0 6 3D 42 36 2C 18
Octal 127 122 42 0 6 75 102 66 54 30
Binary 1010111 1010010 100010 0 110 111101 1000010 110110 101100 11000

Color Harmonies of #575222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575222

Black with #575222

Text Example


Text Example

White with #575222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575222; }

 p { color: rgb(87,82,34); }

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

background-color css

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

 a { background-color: rgb(87,82,34); }

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

border-color css

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

 span { border-color: rgb(87,82,34); }

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