#56431D

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

Shades of Bronze Olive #56431D

Tints of Bronze Olive #56431D

Color information

#56431D (or 0x56431D) is unknown color: approx Bronze Olive. HEX triplet: 56, 43 and 1D. RGB value is (86,67,29). Sum of RGB (Red+Green+Blue) = 86+67+29=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56431D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56431D is #A9BCE2. Grayscale: #444444. Windows color (decimal): -11123939 or 1917782. OLE color: 1917782.

HSL color Cylindrical-coordinate representation of color #56431D: hue angle of 40º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #56431D is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.66.

Color convert

RGB866729-
CMYK00.220.660.66
HSL40º49.57%22.55%-
HSV(B)40º66.28%33.73%-
XYZ6.076.082.02-
YUV68.35105.79140.59-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 29 (11.72% from 255) = 15.93%
R=47.25%
G=36.81%
B=15.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86672900.220.660.664049.5722.55
Hex56431D0164242283217
Octal12610335026102102506227
Binary10101101000011111010101101000010100001010100011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56431D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56431D; }

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

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

<style>
 a { background-color: #56431D; }

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

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

<style>
 span { border-color: #56431D; }

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

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