#57430E

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

Shades of Bronze Olive #57430E

Tints of Bronze Olive #57430E

Color information

#57430E (or 0x57430E) is unknown color: approx Bronze Olive. HEX triplet: 57, 43 and 0E. RGB value is (87,67,14). Sum of RGB (Red+Green+Blue) = 87+67+14=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #57430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #57430E is #A8BCF1. Grayscale: #434343. Windows color (decimal): -11058418 or 934743. OLE color: 934743.

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

Color convert

RGB876714-
CMYK00.230.840.66
HSL43.56º72.28%19.8%-
HSV(B)43.56º83.91%34.12%-
XYZ6.026.071.27-
YUV66.9498.13142.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 51.79%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 14 (5.86% from 255) = 8.33%
R=51.79%
G=39.88%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87671400.230.840.6643.5672.2819.8
Hex5743E01754422c4814
Octal127103160271241025411024
Binary10101111000011111001011110101001000010101100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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