#57421C

Color #57421C Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #57421C

Tints of Bronze Olive #57421C

Color information

#57421C (or 0x57421C) is unknown color: approx 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

RGB876628-
CMYK00.240.680.66
HSL38.64º51.3%22.55%-
HSV(B)38.64º67.82%34.12%-
XYZ6.096.011.94-
YUV67.95105.46141.59-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.68
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87662800.240.680.6638.6451.322.55
Hex57421C0184442273317
Octal12710234030104102476327
Binary10101111000010111000110001000100100001010011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57421C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>