#56430E

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

Shades of Bronze Olive #56430E

Tints of Bronze Olive #56430E

Color information

#56430E (or 0x56430E) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 0E. RGB value is (86,67,14). Sum of RGB (Red+Green+Blue) = 86+67+14=167 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.50% from 167); Green value is 67 (26.56% from 255 or 40.12% from 167); Blue value is 14 (5.86% from 255 or 8.38% from 167); Max value from RGB is 86 - color contains mainly: red. Hex color #56430E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56430E is #A9BCF1. Grayscale: #424242. Windows color (decimal): -11123954 or 934742. OLE color: 934742.

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

Color convert

RGB866714-
CMYK00.220.840.66
HSL44.17º72%19.61%-
HSV(B)44.17º83.72%33.73%-
XYZ5.926.021.27-
YUV66.6498.29141.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 51.50%
GREEN value IS 67 (26.56% from 255) = 40.12%
BLUE value IS 14 (5.86% from 255) = 8.38%
R=51.50%
G=40.12%
B=8.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86671400.220.840.6644.177219.61
Hex5643E01654422c4814
Octal126103160261241025411024
Binary10101101000011111001011010101001000010101100100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56430E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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