#57440F

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

Shades of Bronze Olive #57440F

Tints of Bronze Olive #57440F

Color information

#57440F (or 0x57440F) is unknown color: approx Bronze Olive. HEX triplet: 57, 44 and 0F. RGB value is (87,68,15). Sum of RGB (Red+Green+Blue) = 87+68+15=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 68 (26.95% from 255 or 40% from 170); Blue value is 15 (6.25% from 255 or 8.82% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57440F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57440F is #A8BBF0. Grayscale: #434343. Windows color (decimal): -11058161 or 1000535. OLE color: 1000535.

HSL color Cylindrical-coordinate representation of color #57440F: hue angle of 44.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #57440F is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.66.

Color convert

RGB876815-
CMYK00.220.830.66
HSL44.17º70.59%20%-
HSV(B)44.17º82.76%34.12%-
XYZ6.086.191.33-
YUV67.6498.29141.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.18%
GREEN value IS 68 (26.95% from 255) = 40%
BLUE value IS 15 (6.25% from 255) = 8.82%
R=51.18%
G=40%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87681500.220.830.6644.1770.5920
Hex5744F01653422c4714
Octal127104170261231025410724
Binary10101111000100111101011010100111000010101100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57440F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57440F; }

 p { color: rgb(87,68,15); }

 H1.HeaderClassName
 {
   color: #57440F;
 }
 .AnyTagClassName
 {
   color: #57440F;
 }
</style>
background-color css

<style>
 a { background-color: #57440F; }

 a { background-color: rgb(87,68,15); }

 div.DivClassName
 {
   background-color: #57440F;
 }
 .BgClassName
 {
   background-color: #57440F;
 }
</style>
border-color css

<style>
 span { border-color: #57440F; }

 span { border-color: rgb(87,68,15); }

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