Html Css Color HEX #3A472C Mallard

📋 copy color: '#3A472C'

red 58 ◦ green 71 ◦ blue 44

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

Shades of Mallard #3A472C

Tints of Mallard #3A472C

RGB

 RED value IS 58 (23.05% from 255) = 33.53%

 GREEN value IS 71 (28.13% from 255) = 41.04%

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

R = 33.53%
G = 41.04%
B = 25.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#3A472C (or 0x3A472C) is known color: Mallard. HEX triplet: 3A, 47 and 2C. RGB value is (58,71,44). Sum of RGB (Red+Green+Blue) = 58+71+44=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 71 (28.12% from 255 or 41.04% from 173); Blue value is 44 (17.58% from 255 or 25.43% from 173); Max value from RGB is 71 - color contains mainly: green. Hex color #3A472C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A472C is #C5B8D3. Grayscale: #404040. Windows color (decimal): -12957908 or 2901818. OLE color: 2901818.

HSL color Cylindrical-coordinate representation of color #3A472C: hue angle of 88.89º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A472C is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 71 44 -
CMYK 0.18 0 0.38 0.72
HSL 88.89º 0.23% 0.23% -
HSV(B) 88.89º 0.38% 0.28% -
XYZ 4.45 5.59 3.23 -
YUV 64.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 58 71 44 0.18 0 0.38 0.72 88.89 0.23 0.23
Hex 3A 47 2C 12 0 26 48 59 17 17
Octal 72 107 54 22 0 46 110 131 27 27
Binary 111010 1000111 101100 10010 0 100110 1001000 1011001 10111 10111

Color Harmonies of #3A472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A472C

Black with #3A472C

Text Example


Text Example

White with #3A472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A472C; }

 p { color: rgb(58,71,44); }

 H1.HeaderClassName
 {
   color: #3A472C;
 }
 .AnyTagClassName
 {
   color: #3A472C;
 }
</style>

background-color css

<style>
 a { background-color: #3A472C; }

 a { background-color: rgb(58,71,44); }

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

border-color css

<style>
 span { border-color: #3A472C; }

 span { border-color: rgb(58,71,44); }

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