Html Css Color HEX #57400E Bronze Olive

📋 copy color: '#57400E'

red 87 ◦ green 64 ◦ blue 14

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

Shades of Bronze Olive #57400E

Tints of Bronze Olive #57400E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.48%

R = 52.73%
G = 38.79%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57400E (or 0x57400E) is known color: Bronze Olive. HEX triplet: 57, 40 and 0E. RGB value is (87,64,14). Sum of RGB (Red+Green+Blue) = 87+64+14=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 14 (5.86% from 255 or 8.48% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57400E is #A8BFF1. Grayscale: #414141. Windows color (decimal): -11059186 or 933975. OLE color: 933975.

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

Color convert

RGB 87 64 14 -
CMYK 0 0.26 0.84 0.66
HSL 41.1º 0.72% 0.2% -
HSV(B) 41.1º 0.84% 0.34% -
XYZ 5.84 5.72 1.21 -
YUV 65.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 87 64 14 0 0.26 0.84 0.66 41.1 0.72 0.2
Hex 57 40 E 0 1A 54 42 29 48 14
Octal 127 100 16 0 32 124 102 51 110 24
Binary 1010111 1000000 1110 0 11010 1010100 1000010 101001 1001000 10100

Color Harmonies of #57400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57400E

Black with #57400E

Text Example


Text Example

White with #57400E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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