Html Css Color HEX #35442B Mallard

📋 copy color: '#35442B'

red 53 ◦ green 68 ◦ blue 43

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

Shades of Mallard #35442B

Tints of Mallard #35442B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 32.32%
G = 41.46%
B = 26.22%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

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

Color information

#35442B (or 0x35442B) is known color: Mallard. HEX triplet: 35, 44 and 2B. RGB value is (53,68,43). Sum of RGB (Red+Green+Blue) = 53+68+43=164 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.32% from 164); Green value is 68 (26.95% from 255 or 41.46% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 68 - color contains mainly: green. Hex color #35442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35442B is #CABBD4. Grayscale: #3C3C3C. Windows color (decimal): -13286357 or 2835509. OLE color: 2835509.

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

Color convert

RGB 53 68 43 -
CMYK 0.22 0 0.37 0.73
HSL 96º 0.23% 0.22% -
HSV(B) 96º 0.37% 0.27% -
XYZ 3.97 5.07 3.05 -
YUV 60.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 53 68 43 0.22 0 0.37 0.73 96 0.23 0.22
Hex 35 44 2B 16 0 25 49 60 17 16
Octal 65 104 53 26 0 45 111 140 27 26
Binary 110101 1000100 101011 10110 0 100101 1001001 1100000 10111 10110

Color Harmonies of #35442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35442B

Black with #35442B

Text Example


Text Example

White with #35442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35442B; }

 p { color: rgb(53,68,43); }

 H1.HeaderClassName
 {
   color: #35442B;
 }
 .AnyTagClassName
 {
   color: #35442B;
 }
</style>

background-color css

<style>
 a { background-color: #35442B; }

 a { background-color: rgb(53,68,43); }

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

border-color css

<style>
 span { border-color: #35442B; }

 span { border-color: rgb(53,68,43); }

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