Html Css Color HEX #575210 Bronze Olive

📋 copy color: '#575210'

red 87 ◦ green 82 ◦ blue 16

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

Shades of Bronze Olive #575210

Tints of Bronze Olive #575210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.65%

R = 47.03%
G = 44.32%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.66

RGB Variations

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

Color information

#575210 (or 0x575210) is known color: Bronze Olive. HEX triplet: 57, 52 and 10. RGB value is (87,82,16). Sum of RGB (Red+Green+Blue) = 87+82+16=185 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.03% from 185); Green value is 82 (32.42% from 255 or 44.32% from 185); Blue value is 16 (6.64% from 255 or 8.65% from 185); Max value from RGB is 87 - color contains mainly: red. Hex color #575210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #575210 is #A8ADEF. Grayscale: #4C4C4C. Windows color (decimal): -11054576 or 1069655. OLE color: 1069655.

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

Color convert

RGB 87 82 16 -
CMYK 0 0.06 0.82 0.66
HSL 55.77º 0.69% 0.2% -
HSV(B) 55.77º 0.82% 0.34% -
XYZ 7.04 8.1 1.68 -
YUV 75.97 94.16 135.87 -
System Red Green Blue C M Y K H S L
Decimal 87 82 16 0 0.06 0.82 0.66 55.77 0.69 0.2
Hex 57 52 10 0 6 52 42 38 45 14
Octal 127 122 20 0 6 122 102 70 105 24
Binary 1010111 1010010 10000 0 110 1010010 1000010 111000 1000101 10100

Color Harmonies of #575210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575210

Black with #575210

Text Example


Text Example

White with #575210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575210; }

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

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

background-color css

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

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

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

border-color css

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

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

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