Html Css Color HEX #35422D Mallard

📋 copy color: '#35422D'

red 53 ◦ green 66 ◦ blue 45

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

Shades of Mallard #35422D

Tints of Mallard #35422D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.24%

 BLUE value IS 45 (17.97% from 255) = 27.44%

R = 32.32%
G = 40.24%
B = 27.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#35422D (or 0x35422D) is known color: Mallard. HEX triplet: 35, 42 and 2D. RGB value is (53,66,45). Sum of RGB (Red+Green+Blue) = 53+66+45=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 66 (26.17% from 255 or 40.24% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 66 - color contains mainly: green. Hex color #35422D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35422D is #CABDD2. Grayscale: #3B3B3B. Windows color (decimal): -13286867 or 2966069. OLE color: 2966069.

HSL color Cylindrical-coordinate representation of color #35422D: hue angle of 97.14º degrees, saturation: 0.19, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #35422D is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 66 45 -
CMYK 0.20 0 0.32 0.74
HSL 97.14º 0.19% 0.22% -
HSV(B) 97.14º 0.32% 0.26% -
XYZ 3.89 4.84 3.21 -
YUV 59.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 53 66 45 0.20 0 0.32 0.74 97.14 0.19 0.22
Hex 35 42 2D 14 0 20 4A 61 13 16
Octal 65 102 55 24 0 40 112 141 23 26
Binary 110101 1000010 101101 10100 0 100000 1001010 1100001 10011 10110

Color Harmonies of #35422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35422D

Black with #35422D

Text Example


Text Example

White with #35422D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35422D; }

 p { color: rgb(53,66,45); }

 H1.HeaderClassName
 {
   color: #35422D;
 }
 .AnyTagClassName
 {
   color: #35422D;
 }
</style>

background-color css

<style>
 a { background-color: #35422D; }

 a { background-color: rgb(53,66,45); }

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

border-color css

<style>
 span { border-color: #35422D; }

 span { border-color: rgb(53,66,45); }

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