#56441C

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

Shades of Bronze Olive #56441C

Tints of Bronze Olive #56441C

Color information

#56441C (or 0x56441C) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 1C. RGB value is (86,68,28). Sum of RGB (Red+Green+Blue) = 86+68+28=182 (24% of max value = 765). Red value is 86 (33.98% from 255 or 47.25% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 28 (11.33% from 255 or 15.38% from 182); Max value from RGB is 86 - color contains mainly: red. Hex color #56441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56441C is #A9BBE3. Grayscale: #454545. Windows color (decimal): -11123684 or 1852502. OLE color: 1852502.

HSL color Cylindrical-coordinate representation of color #56441C: hue angle of 41.38º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #56441C is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.66.

Color convert

RGB866828-
CMYK00.210.670.66
HSL41.38º50.88%22.35%-
HSV(B)41.38º67.44%33.73%-
XYZ6.116.21.97-
YUV68.82104.96140.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 47.25%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 28 (11.33% from 255) = 15.38%
R=47.25%
G=37.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86682800.210.670.6641.3850.8822.35
Hex56441C0154342293316
Octal12610434025103102516326
Binary10101101000100111000101011000011100001010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56441C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,68,28); }

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

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

 a { background-color: rgb(86,68,28); }

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

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

 span { border-color: rgb(86,68,28); }

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