#56410C

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

Shades of Bronze Olive #56410C

Tints of Bronze Olive #56410C

Color information

#56410C (or 0x56410C) is unknown color: approx Bronze Olive. HEX triplet: 56, 41 and 0C. RGB value is (86,65,12). Sum of RGB (Red+Green+Blue) = 86+65+12=163 (21% of max value = 765). Red value is 86 (33.98% from 255 or 52.76% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 12 (5.08% from 255 or 7.36% from 163); Max value from RGB is 86 - color contains mainly: red. Hex color #56410C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #56410C is #A9BEF3. Grayscale: #414141. Windows color (decimal): -11124468 or 803158. OLE color: 803158.

HSL color Cylindrical-coordinate representation of color #56410C: hue angle of 42.97º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #56410C is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.66.

Color convert

RGB866512-
CMYK00.240.860.66
HSL42.97º75.51%19.22%-
HSV(B)42.97º86.05%33.73%-
XYZ5.795.791.16-
YUV65.2497.96142.81-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 52.76%
GREEN value IS 65 (25.78% from 255) = 39.88%
BLUE value IS 12 (5.08% from 255) = 7.36%
R=52.76%
G=39.88%
B=7.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.86
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86651200.240.860.6642.9775.5119.22
Hex5641C01856422b4c13
Octal126101140301261025311423
Binary10101101000001110001100010101101000010101011100110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56410C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56410C; }

 p { color: rgb(86,65,12); }

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

<style>
 a { background-color: #56410C; }

 a { background-color: rgb(86,65,12); }

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

<style>
 span { border-color: #56410C; }

 span { border-color: rgb(86,65,12); }

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