Html Css Color HEX #57510A Bronze Olive

📋 copy color: '#57510A'

red 87 ◦ green 81 ◦ blue 10

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

Shades of Bronze Olive #57510A

Tints of Bronze Olive #57510A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.62%

R = 48.88%
G = 45.51%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#57510A (or 0x57510A) is known color: Bronze Olive. HEX triplet: 57, 51 and 0A. RGB value is (87,81,10). Sum of RGB (Red+Green+Blue) = 87+81+10=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 10 (4.30% from 255 or 5.62% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #57510A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510A is #A8AEF5. Grayscale: #4A4A4A. Windows color (decimal): -11054838 or 676183. OLE color: 676183.

HSL color Cylindrical-coordinate representation of color #57510A: hue angle of 55.32º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #57510A is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 81 10 -
CMYK 0 0.07 0.89 0.66
HSL 55.32º 0.79% 0.19% -
HSV(B) 55.32º 0.89% 0.34% -
XYZ 6.93 7.93 1.45 -
YUV 74.7 91.49 136.77 -
System Red Green Blue C M Y K H S L
Decimal 87 81 10 0 0.07 0.89 0.66 55.32 0.79 0.19
Hex 57 51 A 0 7 59 42 37 4F 13
Octal 127 121 12 0 7 131 102 67 117 23
Binary 1010111 1010001 1010 0 111 1011001 1000010 110111 1001111 10011

Color Harmonies of #57510A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57510A

Black with #57510A

Text Example


Text Example

White with #57510A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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