Html Css Color HEX #57510C Bronze Olive

📋 copy color: '#57510C'

red 87 ◦ green 81 ◦ blue 12

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

Shades of Bronze Olive #57510C

Tints of Bronze Olive #57510C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.67%

R = 48.33%
G = 45%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57510C (or 0x57510C) is known color: Bronze Olive. HEX triplet: 57, 51 and 0C. RGB value is (87,81,12). Sum of RGB (Red+Green+Blue) = 87+81+12=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 81 (32.03% from 255 or 45% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #57510C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #57510C is #A8AEF3. Grayscale: #4B4B4B. Windows color (decimal): -11054836 or 807255. OLE color: 807255.

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

Color convert

RGB 87 81 12 -
CMYK 0 0.07 0.86 0.66
HSL 55.2º 0.76% 0.19% -
HSV(B) 55.2º 0.86% 0.34% -
XYZ 6.94 7.94 1.51 -
YUV 74.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 87 81 12 0 0.07 0.86 0.66 55.2 0.76 0.19
Hex 57 51 C 0 7 56 42 37 4C 13
Octal 127 121 14 0 7 126 102 67 114 23
Binary 1010111 1010001 1100 0 111 1010110 1000010 110111 1001100 10011

Color Harmonies of #57510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57510C

Black with #57510C

Text Example


Text Example

White with #57510C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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