Html Css Color HEX #57420E Bronze Olive

📋 copy color: '#57420E'

red 87 ◦ green 66 ◦ blue 14

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

Shades of Bronze Olive #57420E

Tints of Bronze Olive #57420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 39.52%

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

R = 52.1%
G = 39.52%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.66

RGB Variations

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

Color information

#57420E (or 0x57420E) is known color: Bronze Olive. HEX triplet: 57, 42 and 0E. RGB value is (87,66,14). Sum of RGB (Red+Green+Blue) = 87+66+14=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #57420E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57420E is #A8BDF1. Grayscale: #424242. Windows color (decimal): -11058674 or 934487. OLE color: 934487.

HSL color Cylindrical-coordinate representation of color #57420E: hue angle of 42.74º 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 #57420E is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 14 -
CMYK 0 0.24 0.84 0.66
HSL 42.74º 0.72% 0.2% -
HSV(B) 42.74º 0.84% 0.34% -
XYZ 5.96 5.95 1.25 -
YUV 66.35 98.46 142.73 -
System Red Green Blue C M Y K H S L
Decimal 87 66 14 0 0.24 0.84 0.66 42.74 0.72 0.2
Hex 57 42 E 0 18 54 42 2B 48 14
Octal 127 102 16 0 30 124 102 53 110 24
Binary 1010111 1000010 1110 0 11000 1010100 1000010 101011 1001000 10100

Color Harmonies of #57420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57420E

Black with #57420E

Text Example


Text Example

White with #57420E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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