Html Css Color HEX #57420C Bronze Olive

📋 copy color: '#57420C'

red 87 ◦ green 66 ◦ blue 12

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

Shades of Bronze Olive #57420C

Tints of Bronze Olive #57420C

RGB

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

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

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

R = 52.73%
G = 40%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.66

RGB Variations

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

Color information

#57420C (or 0x57420C) is known color: Bronze Olive. HEX triplet: 57, 42 and 0C. RGB value is (87,66,12). Sum of RGB (Red+Green+Blue) = 87+66+12=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57420C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57420C is #A8BDF3. Grayscale: #424242. Windows color (decimal): -11058676 or 803415. OLE color: 803415.

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

Color convert

RGB 87 66 12 -
CMYK 0 0.24 0.86 0.66
HSL 43.2º 0.76% 0.19% -
HSV(B) 43.2º 0.86% 0.34% -
XYZ 5.95 5.95 1.18 -
YUV 66.12 97.46 142.89 -
System Red Green Blue C M Y K H S L
Decimal 87 66 12 0 0.24 0.86 0.66 43.2 0.76 0.19
Hex 57 42 C 0 18 56 42 2B 4C 13
Octal 127 102 14 0 30 126 102 53 114 23
Binary 1010111 1000010 1100 0 11000 1010110 1000010 101011 1001100 10011

Color Harmonies of #57420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57420C

Black with #57420C

Text Example


Text Example

White with #57420C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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