Html Css Color HEX #36442C Mallard

📋 copy color: '#36442C'

red 54 ◦ green 68 ◦ blue 44

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

Shades of Mallard #36442C

Tints of Mallard #36442C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.96%

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

R = 32.53%
G = 40.96%
B = 26.51%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.73

RGB Variations

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

Color information

#36442C (or 0x36442C) is known color: Mallard. HEX triplet: 36, 44 and 2C. RGB value is (54,68,44). Sum of RGB (Red+Green+Blue) = 54+68+44=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 68 (26.95% from 255 or 40.96% from 166); Blue value is 44 (17.58% from 255 or 26.51% from 166); Max value from RGB is 68 - color contains mainly: green. Hex color #36442C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36442C is #C9BBD3. Grayscale: #3D3D3D. Windows color (decimal): -13220820 or 2901046. OLE color: 2901046.

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

Color convert

RGB 54 68 44 -
CMYK 0.21 0 0.35 0.73
HSL 95º 0.21% 0.22% -
HSV(B) 95º 0.35% 0.27% -
XYZ 4.04 5.1 3.15 -
YUV 61.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 54 68 44 0.21 0 0.35 0.73 95 0.21 0.22
Hex 36 44 2C 15 0 23 49 5F 15 16
Octal 66 104 54 25 0 43 111 137 25 26
Binary 110110 1000100 101100 10101 0 100011 1001001 1011111 10101 10110

Color Harmonies of #36442C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36442C

Black with #36442C

Text Example


Text Example

White with #36442C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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