Html Css Color HEX #35412C Mallard

📋 copy color: '#35412C'

red 53 ◦ green 65 ◦ blue 44

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

Shades of Mallard #35412C

Tints of Mallard #35412C

RGB

 RED value IS 53 (21.09% from 255) = 32.72%

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

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

R = 32.72%
G = 40.12%
B = 27.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#35412C (or 0x35412C) is known color: Mallard. HEX triplet: 35, 41 and 2C. RGB value is (53,65,44). Sum of RGB (Red+Green+Blue) = 53+65+44=162 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.72% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 65 - color contains mainly: green. Hex color #35412C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412C is #CABED3. Grayscale: #3B3B3B. Windows color (decimal): -13287124 or 2900277. OLE color: 2900277.

HSL color Cylindrical-coordinate representation of color #35412C: hue angle of 94.29º 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 #35412C is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 65 44 -
CMYK 0.18 0 0.32 0.75
HSL 94.29º 0.19% 0.21% -
HSV(B) 94.29º 0.32% 0.25% -
XYZ 3.81 4.72 3.09 -
YUV 59.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 53 65 44 0.18 0 0.32 0.75 94.29 0.19 0.21
Hex 35 41 2C 12 0 20 4B 5E 13 15
Octal 65 101 54 22 0 40 113 136 23 25
Binary 110101 1000001 101100 10010 0 100000 1001011 1011110 10011 10101

Color Harmonies of #35412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35412C

Black with #35412C

Text Example


Text Example

White with #35412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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