Html Css Color HEX #57520F Bronze Olive

📋 copy color: '#57520F'

red 87 ◦ green 82 ◦ blue 15

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

Shades of Bronze Olive #57520F

Tints of Bronze Olive #57520F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.15%

R = 47.28%
G = 44.57%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57520F (or 0x57520F) is known color: Bronze Olive. HEX triplet: 57, 52 and 0F. RGB value is (87,82,15). Sum of RGB (Red+Green+Blue) = 87+82+15=184 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.28% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 15 (6.25% from 255 or 8.15% from 184); Max value from RGB is 87 - color contains mainly: red. Hex color #57520F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57520F is #A8ADF0. Grayscale: #4C4C4C. Windows color (decimal): -11054577 or 1004119. OLE color: 1004119.

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

Color convert

RGB 87 82 15 -
CMYK 0 0.06 0.83 0.66
HSL 55.83º 0.71% 0.2% -
HSV(B) 55.83º 0.83% 0.34% -
XYZ 7.03 8.1 1.64 -
YUV 75.86 93.66 135.95 -
System Red Green Blue C M Y K H S L
Decimal 87 82 15 0 0.06 0.83 0.66 55.83 0.71 0.2
Hex 57 52 F 0 6 53 42 38 47 14
Octal 127 122 17 0 6 123 102 70 107 24
Binary 1010111 1010010 1111 0 110 1010011 1000010 111000 1000111 10100

Color Harmonies of #57520F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57520F

Black with #57520F

Text Example


Text Example

White with #57520F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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