Html Css Color HEX #57521F Bronze Olive

📋 copy color: '#57521F'

red 87 ◦ green 82 ◦ blue 31

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

Shades of Bronze Olive #57521F

Tints of Bronze Olive #57521F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 43.5%
G = 41%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#57521F (or 0x57521F) is known color: Bronze Olive. HEX triplet: 57, 52 and 1F. RGB value is (87,82,31). Sum of RGB (Red+Green+Blue) = 87+82+31=200 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 87 - color contains mainly: red. Hex color #57521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57521F is #A8ADE0. Grayscale: #4D4D4D. Windows color (decimal): -11054561 or 2052695. OLE color: 2052695.

HSL color Cylindrical-coordinate representation of color #57521F: hue angle of 54.64º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57521F is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 82 31 -
CMYK 0 0.06 0.64 0.66
HSL 54.64º 0.47% 0.23% -
HSV(B) 54.64º 0.64% 0.34% -
XYZ 7.2 8.16 2.49 -
YUV 77.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 87 82 31 0 0.06 0.64 0.66 54.64 0.47 0.23
Hex 57 52 1F 0 6 40 42 37 2F 17
Octal 127 122 37 0 6 100 102 67 57 27
Binary 1010111 1010010 11111 0 110 1000000 1000010 110111 101111 10111

Color Harmonies of #57521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57521F

Black with #57521F

Text Example


Text Example

White with #57521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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