#36442A

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

Shades of Mallard #36442A

Tints of Mallard #36442A

Color information

#36442A (or 0x36442A) is unknown color: approx Mallard. HEX triplet: 36, 44 and 2A. RGB value is (54,68,42). Sum of RGB (Red+Green+Blue) = 54+68+42=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #36442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36442A is #C9BBD5. Grayscale: #3C3C3C. Windows color (decimal): -13220822 or 2769974. OLE color: 2769974.

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

Color convert

RGB546842-
CMYK0.2100.380.73
HSL92.31º23.64%21.57%-
HSV(B)92.31º38.24%26.67%-
XYZ4.015.092.96-
YUV60.85117.36123.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.93%
GREEN value IS 68 (26.95% from 255) = 41.46%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=32.93%
G=41.46%
B=25.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5468420.2100.380.7392.3123.6421.57
Hex36442A15026495c1816
Octal6610452250461111343026
Binary1101101000100101010101010100110100100110111001100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36442A; }

 p { color: rgb(54,68,42); }

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

<style>
 a { background-color: #36442A; }

 a { background-color: rgb(54,68,42); }

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

<style>
 span { border-color: #36442A; }

 span { border-color: rgb(54,68,42); }

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