Html Css Color HEX #57510F Bronze Olive

📋 copy color: '#57510F'

red 87 ◦ green 81 ◦ blue 15

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

Shades of Bronze Olive #57510F

Tints of Bronze Olive #57510F

RGB

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

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

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

R = 47.54%
G = 44.26%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57510F (or 0x57510F) is known color: Bronze Olive. HEX triplet: 57, 51 and 0F. RGB value is (87,81,15). Sum of RGB (Red+Green+Blue) = 87+81+15=183 (24% of max value = 765). Red value is 87 (34.38% from 255 or 47.54% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 87 - color contains mainly: red. Hex color #57510F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510F is #A8AEF0. Grayscale: #4B4B4B. Windows color (decimal): -11054833 or 1003863. OLE color: 1003863.

HSL color Cylindrical-coordinate representation of color #57510F: hue angle of 55º 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 #57510F is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 15 -
CMYK 0 0.07 0.83 0.66
HSL 55º 0.71% 0.2% -
HSV(B) 55º 0.83% 0.34% -
XYZ 6.96 7.95 1.62 -
YUV 75.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 87 81 15 0 0.07 0.83 0.66 55 0.71 0.2
Hex 57 51 F 0 7 53 42 37 47 14
Octal 127 121 17 0 7 123 102 67 107 24
Binary 1010111 1010001 1111 0 111 1010011 1000010 110111 1000111 10100

Color Harmonies of #57510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57510F

Black with #57510F

Text Example


Text Example

White with #57510F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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