Html Css Color HEX #36412C Mallard

📋 copy color: '#36412C'

red 54 ◦ green 65 ◦ blue 44

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

Shades of Mallard #36412C

Tints of Mallard #36412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 39.88%

 BLUE value IS 44 (17.58% from 255) = 26.99%

R = 33.13%
G = 39.88%
B = 26.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#36412C (or 0x36412C) is known color: Mallard. HEX triplet: 36, 41 and 2C. RGB value is (54,65,44). Sum of RGB (Red+Green+Blue) = 54+65+44=163 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.13% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 65 - color contains mainly: green. Hex color #36412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36412C is #C9BED3. Grayscale: #3B3B3B. Windows color (decimal): -13221588 or 2900278. OLE color: 2900278.

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

Color convert

RGB 54 65 44 -
CMYK 0.17 0 0.32 0.75
HSL 91.43º 0.19% 0.21% -
HSV(B) 91.43º 0.32% 0.25% -
XYZ 3.87 4.75 3.1 -
YUV 59.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 54 65 44 0.17 0 0.32 0.75 91.43 0.19 0.21
Hex 36 41 2C 11 0 20 4B 5B 13 15
Octal 66 101 54 21 0 40 113 133 23 25
Binary 110110 1000001 101100 10001 0 100000 1001011 1011011 10011 10101

Color Harmonies of #36412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36412C

Black with #36412C

Text Example


Text Example

White with #36412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36412C;
 }
 .AnyTagClassName
 {
   color: #36412C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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