Html Css Color HEX #36422D Mallard

📋 copy color: '#36422D'

red 54 ◦ green 66 ◦ blue 45

#36422D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mallard #36422D

Tints of Mallard #36422D

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

 GREEN value IS 66 (26.17% from 255) = 40%

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 32.73%
G = 40%
B = 27.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#36422D (or 0x36422D) is known color: Mallard. HEX triplet: 36, 42 and 2D. RGB value is (54,66,45). Sum of RGB (Red+Green+Blue) = 54+66+45=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #36422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36422D is #C9BDD2. Grayscale: #3C3C3C. Windows color (decimal): -13221331 or 2966070. OLE color: 2966070.

HSL color Cylindrical-coordinate representation of color #36422D: hue angle of 94.29º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #36422D is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 54 66 45 -
CMYK 0.18 0 0.32 0.74
HSL 94.29º 0.19% 0.22% -
HSV(B) 94.29º 0.32% 0.26% -
XYZ 3.94 4.87 3.21 -
YUV 60.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 54 66 45 0.18 0 0.32 0.74 94.29 0.19 0.22
Hex 36 42 2D 12 0 20 4A 5E 13 16
Octal 66 102 55 22 0 40 112 136 23 26
Binary 110110 1000010 101101 10010 0 100000 1001010 1011110 10011 10110

Color Harmonies of #36422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36422D

Black with #36422D

Text Example


Text Example

White with #36422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36422D; }

 p { color: rgb(54,66,45); }

 H1.HeaderClassName
 {
   color: #36422D;
 }
 .AnyTagClassName
 {
   color: #36422D;
 }
</style>

background-color css

<style>
 a { background-color: #36422D; }

 a { background-color: rgb(54,66,45); }

 div.DivClassName
 {
   background-color: #36422D;
 }
 .BgClassName
 {
   background-color: #36422D;
 }
</style>

border-color css

<style>
 span { border-color: #36422D; }

 span { border-color: rgb(54,66,45); }

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