Html Css Color HEX #36412E Mallard

📋 copy color: '#36412E'

red 54 ◦ green 65 ◦ blue 46

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

Shades of Mallard #36412E

Tints of Mallard #36412E

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 value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#36412E (or 0x36412E) is known color: 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

RGB 54 65 46 -
CMYK 0.17 0 0.29 0.75
HSL 94.74º 0.17% 0.22% -
HSV(B) 94.74º 0.29% 0.25% -
XYZ 3.9 4.76 3.3 -
YUV 59.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 54 65 46 0.17 0 0.29 0.75 94.74 0.17 0.22
Hex 36 41 2E 11 0 1D 4B 5F 11 16
Octal 66 101 56 21 0 35 113 137 21 26
Binary 110110 1000001 101110 10001 0 11101 1001011 1011111 10001 10110

Color Harmonies of #36412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36412E

Black with #36412E

Text Example


Text Example

White with #36412E

Text Example


Text Example

HTML Codes & Css Web 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>