#56441E

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

Shades of Bronze Olive #56441E

Tints of Bronze Olive #56441E

Color information

#56441E (or 0x56441E) is unknown color: approx Bronze Olive. HEX triplet: 56, 44 and 1E. RGB value is (86,68,30). Sum of RGB (Red+Green+Blue) = 86+68+30=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56441E is #A9BBE1. Grayscale: #454545. Windows color (decimal): -11123682 or 1983574. OLE color: 1983574.

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

Color convert

RGB866830-
CMYK00.210.650.66
HSL40.71º48.28%22.75%-
HSV(B)40.71º65.12%33.73%-
XYZ6.146.212.1-
YUV69.05105.96140.09-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.74%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 30 (12.11% from 255) = 16.30%
R=46.74%
G=36.96%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.65
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86683000.210.650.6640.7148.2822.75
Hex56441E0154142293017
Octal12610436025101102516027
Binary10101101000100111100101011000001100001010100111000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56441E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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