Html Css Color HEX #57520B Bronze Olive

📋 copy color: '#57520B'

red 87 ◦ green 82 ◦ blue 11

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

Shades of Bronze Olive #57520B

Tints of Bronze Olive #57520B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.11%

R = 48.33%
G = 45.56%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57520B (or 0x57520B) is known color: Bronze Olive. HEX triplet: 57, 52 and 0B. RGB value is (87,82,11). Sum of RGB (Red+Green+Blue) = 87+82+11=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 82 (32.42% from 255 or 45.56% from 180); Blue value is 11 (4.69% from 255 or 6.11% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57520B is #A8ADF4. Grayscale: #4B4B4B. Windows color (decimal): -11054581 or 741975. OLE color: 741975.

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

Color convert

RGB 87 82 11 -
CMYK 0 0.06 0.87 0.66
HSL 56.05º 0.78% 0.19% -
HSV(B) 56.05º 0.87% 0.34% -
XYZ 7.01 8.08 1.51 -
YUV 75.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 87 82 11 0 0.06 0.87 0.66 56.05 0.78 0.19
Hex 57 52 B 0 6 57 42 38 4E 13
Octal 127 122 13 0 6 127 102 70 116 23
Binary 1010111 1010010 1011 0 110 1010111 1000010 111000 1001110 10011

Color Harmonies of #57520B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57520B

Black with #57520B

Text Example


Text Example

White with #57520B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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