Html Css Color HEX #34422B Mallard

📋 copy color: '#34422B'

red 52 ◦ green 66 ◦ blue 43

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

Shades of Mallard #34422B

Tints of Mallard #34422B

RGB

 RED value IS 52 (20.7% from 255) = 32.3%

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

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

R = 32.3%
G = 40.99%
B = 26.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.74

RGB Variations

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

Color information

#34422B (or 0x34422B) is known color: Mallard. HEX triplet: 34, 42 and 2B. RGB value is (52,66,43). Sum of RGB (Red+Green+Blue) = 52+66+43=161 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.30% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #34422B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422B is #CBBDD4. Grayscale: #3B3B3B. Windows color (decimal): -13352405 or 2834996. OLE color: 2834996.

HSL color Cylindrical-coordinate representation of color #34422B: hue angle of 96.52º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #34422B is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB 52 66 43 -
CMYK 0.21 0 0.35 0.74
HSL 96.52º 0.21% 0.21% -
HSV(B) 96.52º 0.35% 0.26% -
XYZ 3.8 4.8 3.01 -
YUV 59.19 118.86 122.87 -
System Red Green Blue C M Y K H S L
Decimal 52 66 43 0.21 0 0.35 0.74 96.52 0.21 0.21
Hex 34 42 2B 15 0 23 4A 61 15 15
Octal 64 102 53 25 0 43 112 141 25 25
Binary 110100 1000010 101011 10101 0 100011 1001010 1100001 10101 10101

Color Harmonies of #34422B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34422B

Black with #34422B

Text Example


Text Example

White with #34422B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,66,43); }

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

background-color css

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

 a { background-color: rgb(52,66,43); }

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

border-color css

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

 span { border-color: rgb(52,66,43); }

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