Html Css Color HEX #57421C Bronze Olive

📋 copy color: '#57421C'

red 87 ◦ green 66 ◦ blue 28

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

Shades of Bronze Olive #57421C

Tints of Bronze Olive #57421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 48.07%
G = 36.46%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.66

RGB Variations

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

Color information

#57421C (or 0x57421C) is known color: Bronze Olive. HEX triplet: 57, 42 and 1C. RGB value is (87,66,28). Sum of RGB (Red+Green+Blue) = 87+66+28=181 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.07% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 87 - color contains mainly: red. Hex color #57421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57421C is #A8BDE3. Grayscale: #444444. Windows color (decimal): -11058660 or 1851991. OLE color: 1851991.

HSL color Cylindrical-coordinate representation of color #57421C: hue angle of 38.64º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #57421C is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 66 28 -
CMYK 0 0.24 0.68 0.66
HSL 38.64º 0.51% 0.23% -
HSV(B) 38.64º 0.68% 0.34% -
XYZ 6.09 6.01 1.94 -
YUV 67.95 105.46 141.59 -
System Red Green Blue C M Y K H S L
Decimal 87 66 28 0 0.24 0.68 0.66 38.64 0.51 0.23
Hex 57 42 1C 0 18 44 42 27 33 17
Octal 127 102 34 0 30 104 102 47 63 27
Binary 1010111 1000010 11100 0 11000 1000100 1000010 100111 110011 10111

Color Harmonies of #57421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57421C

Black with #57421C

Text Example


Text Example

White with #57421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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