Html Css Color HEX #57400C Bronze Olive

📋 copy color: '#57400C'

red 87 ◦ green 64 ◦ blue 12

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

Shades of Bronze Olive #57400C

Tints of Bronze Olive #57400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 39.26%

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

R = 53.37%
G = 39.26%
B = 7.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57400C (or 0x57400C) is known color: Bronze Olive. HEX triplet: 57, 40 and 0C. RGB value is (87,64,12). Sum of RGB (Red+Green+Blue) = 87+64+12=163 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.37% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 87 - color contains mainly: red. Hex color #57400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57400C is #A8BFF3. Grayscale: #414141. Windows color (decimal): -11059188 or 802903. OLE color: 802903.

HSL color Cylindrical-coordinate representation of color #57400C: hue angle of 41.6º 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 #57400C is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 12 -
CMYK 0 0.26 0.86 0.66
HSL 41.6º 0.76% 0.19% -
HSV(B) 41.6º 0.86% 0.34% -
XYZ 5.83 5.72 1.14 -
YUV 64.95 98.12 143.73 -
System Red Green Blue C M Y K H S L
Decimal 87 64 12 0 0.26 0.86 0.66 41.6 0.76 0.19
Hex 57 40 C 0 1A 56 42 2A 4C 13
Octal 127 100 14 0 32 126 102 52 114 23
Binary 1010111 1000000 1100 0 11010 1010110 1000010 101010 1001100 10011

Color Harmonies of #57400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57400C

Black with #57400C

Text Example


Text Example

White with #57400C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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