Html Css Color HEX #57511B Bronze Olive

📋 copy color: '#57511B'

red 87 ◦ green 81 ◦ blue 27

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

Shades of Bronze Olive #57511B

Tints of Bronze Olive #57511B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 41.54%

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 44.62%
G = 41.54%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#57511B (or 0x57511B) is known color: Bronze Olive. HEX triplet: 57, 51 and 1B. RGB value is (87,81,27). Sum of RGB (Red+Green+Blue) = 87+81+27=195 (25% of max value = 765). Red value is 87 (34.38% from 255 or 44.62% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 87 - color contains mainly: red. Hex color #57511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57511B is #A8AEE4. Grayscale: #4C4C4C. Windows color (decimal): -11054821 or 1790295. OLE color: 1790295.

HSL color Cylindrical-coordinate representation of color #57511B: hue angle of 54º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #57511B is Cyan = 0, Magento = 0.07, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 27 -
CMYK 0 0.07 0.69 0.66
HSL 54º 0.53% 0.22% -
HSV(B) 54º 0.69% 0.34% -
XYZ 7.07 7.99 2.21 -
YUV 76.64 99.99 135.39 -
System Red Green Blue C M Y K H S L
Decimal 87 81 27 0 0.07 0.69 0.66 54 0.53 0.22
Hex 57 51 1B 0 7 45 42 36 35 16
Octal 127 121 33 0 7 105 102 66 65 26
Binary 1010111 1010001 11011 0 111 1000101 1000010 110110 110101 10110

Color Harmonies of #57511B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57511B

Black with #57511B

Text Example


Text Example

White with #57511B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,81,27); }

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

background-color css

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

 a { background-color: rgb(87,81,27); }

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

border-color css

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

 span { border-color: rgb(87,81,27); }

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