#36452C

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

Shades of Mallard #36452C

Tints of Mallard #36452C

Color information

#36452C (or 0x36452C) is unknown color: approx Mallard. HEX triplet: 36, 45 and 2C. RGB value is (54,69,44). Sum of RGB (Red+Green+Blue) = 54+69+44=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 69 (27.34% from 255 or 41.32% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 69 - color contains mainly: green. Hex color #36452C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36452C is #C9BAD3. Grayscale: #3D3D3D. Windows color (decimal): -13220564 or 2901302. OLE color: 2901302.

HSL color Cylindrical-coordinate representation of color #36452C: hue angle of 96º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #36452C is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.

Color convert

RGB546944-
CMYK0.2200.360.73
HSL96º22.12%22.16%-
HSV(B)96º36.23%27.06%-
XYZ4.15.223.17-
YUV61.66118.03122.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 69 (27.34% from 255) = 41.32%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=32.34%
G=41.32%
B=26.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5469440.2200.360.739622.1222.16
Hex36452C1602449601616
Octal6610554260441111402626
Binary1101101000101101100101100100100100100111000001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36452C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,69,44); }

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

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

 a { background-color: rgb(54,69,44); }

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

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

 span { border-color: rgb(54,69,44); }

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