Html Css Color HEX #57400D Bronze Olive

📋 copy color: '#57400D'

red 87 ◦ green 64 ◦ blue 13

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

Shades of Bronze Olive #57400D

Tints of Bronze Olive #57400D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.93%

R = 53.05%
G = 39.02%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.66

RGB Variations

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

Color information

#57400D (or 0x57400D) is known color: Bronze Olive. HEX triplet: 57, 40 and 0D. RGB value is (87,64,13). Sum of RGB (Red+Green+Blue) = 87+64+13=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57400D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57400D is #A8BFF2. Grayscale: #414141. Windows color (decimal): -11059187 or 868439. OLE color: 868439.

HSL color Cylindrical-coordinate representation of color #57400D: hue angle of 41.35º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #57400D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 64 13 -
CMYK 0 0.26 0.85 0.66
HSL 41.35º 0.74% 0.2% -
HSV(B) 41.35º 0.85% 0.34% -
XYZ 5.84 5.72 1.18 -
YUV 65.06 98.62 143.65 -
System Red Green Blue C M Y K H S L
Decimal 87 64 13 0 0.26 0.85 0.66 41.35 0.74 0.2
Hex 57 40 D 0 1A 55 42 29 4A 14
Octal 127 100 15 0 32 125 102 51 112 24
Binary 1010111 1000000 1101 0 11010 1010101 1000010 101001 1001010 10100

Color Harmonies of #57400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57400D

Black with #57400D

Text Example


Text Example

White with #57400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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