Html Css Color HEX #35412E Mallard

📋 copy color: '#35412E'

red 53 ◦ green 65 ◦ blue 46

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

Shades of Mallard #35412E

Tints of Mallard #35412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 32.32%
G = 39.63%
B = 28.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#35412E (or 0x35412E) is known color: Mallard. HEX triplet: 35, 41 and 2E. RGB value is (53,65,46). Sum of RGB (Red+Green+Blue) = 53+65+46=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 65 - color contains mainly: green. Hex color #35412E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412E is #CABED1. Grayscale: #3B3B3B. Windows color (decimal): -13287122 or 3031349. OLE color: 3031349.

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

Color convert

RGB 53 65 46 -
CMYK 0.18 0 0.29 0.75
HSL 97.89º 0.17% 0.22% -
HSV(B) 97.89º 0.29% 0.25% -
XYZ 3.85 4.73 3.3 -
YUV 59.25 120.52 123.54 -
System Red Green Blue C M Y K H S L
Decimal 53 65 46 0.18 0 0.29 0.75 97.89 0.17 0.22
Hex 35 41 2E 12 0 1D 4B 62 11 16
Octal 65 101 56 22 0 35 113 142 21 26
Binary 110101 1000001 101110 10010 0 11101 1001011 1100010 10001 10110

Color Harmonies of #35412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35412E

Black with #35412E

Text Example


Text Example

White with #35412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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