Html Css Color HEX #57500B Bronze Olive

📋 copy color: '#57500B'

red 87 ◦ green 80 ◦ blue 11

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

Shades of Bronze Olive #57500B

Tints of Bronze Olive #57500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.94%

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

R = 48.88%
G = 44.94%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.87

 K value IS 0.66

RGB Variations

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

Color information

#57500B (or 0x57500B) is known color: Bronze Olive. HEX triplet: 57, 50 and 0B. RGB value is (87,80,11). Sum of RGB (Red+Green+Blue) = 87+80+11=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57500B is #A8AFF4. Grayscale: #4A4A4A. Windows color (decimal): -11055093 or 741463. OLE color: 741463.

HSL color Cylindrical-coordinate representation of color #57500B: hue angle of 54.47º 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 #57500B is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 80 11 -
CMYK 0 0.08 0.87 0.66
HSL 54.47º 0.78% 0.19% -
HSV(B) 54.47º 0.87% 0.34% -
XYZ 6.86 7.79 1.46 -
YUV 74.23 92.32 137.11 -
System Red Green Blue C M Y K H S L
Decimal 87 80 11 0 0.08 0.87 0.66 54.47 0.78 0.19
Hex 57 50 B 0 8 57 42 36 4E 13
Octal 127 120 13 0 10 127 102 66 116 23
Binary 1010111 1010000 1011 0 1000 1010111 1000010 110110 1001110 10011

Color Harmonies of #57500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57500B

Black with #57500B

Text Example


Text Example

White with #57500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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