#36412E

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

Shades of Mallard #36412E

Tints of Mallard #36412E

Color information

#36412E (or 0x36412E) is unknown color: approx Mallard. HEX triplet: 36, 41 and 2E. RGB value is (54,65,46). Sum of RGB (Red+Green+Blue) = 54+65+46=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 65 - color contains mainly: green. Hex color #36412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412E is #C9BED1. Grayscale: #3B3B3B. Windows color (decimal): -13221586 or 3031350. OLE color: 3031350.

HSL color Cylindrical-coordinate representation of color #36412E: hue angle of 94.74º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #36412E is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB546546-
CMYK0.1700.290.75
HSL94.74º17.12%21.76%-
HSV(B)94.74º29.23%25.49%-
XYZ3.94.763.3-
YUV59.54120.36124.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 65 (25.78% from 255) = 39.39%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=32.73%
G=39.39%
B=27.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5465460.1700.290.7594.7417.1221.76
Hex36412E1101D4B5f1116
Octal6610156210351131372126
Binary110110100000110111010001011101100101110111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36412E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,65,46); }

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

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

 a { background-color: rgb(54,65,46); }

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

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

 span { border-color: rgb(54,65,46); }

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