Html Css Color HEX #3A482D Mallard

📋 copy color: '#3A482D'

red 58 ◦ green 72 ◦ blue 45

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

Shades of Mallard #3A482D

Tints of Mallard #3A482D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 41.14%

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

R = 33.14%
G = 41.14%
B = 25.71%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.72

RGB Variations

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

Color information

#3A482D (or 0x3A482D) is known color: Mallard. HEX triplet: 3A, 48 and 2D. RGB value is (58,72,45). Sum of RGB (Red+Green+Blue) = 58+72+45=175 (23% of max value = 765). Red value is 58 (23.05% from 255 or 33.14% from 175); Green value is 72 (28.52% from 255 or 41.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 72 - color contains mainly: green. Hex color #3A482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A482D is #C5B7D2. Grayscale: #404040. Windows color (decimal): -12957651 or 2967610. OLE color: 2967610.

HSL color Cylindrical-coordinate representation of color #3A482D: hue angle of 91.11º 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 #3A482D is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 72 45 -
CMYK 0.19 0 0.38 0.72
HSL 91.11º 0.23% 0.23% -
HSV(B) 91.11º 0.38% 0.28% -
XYZ 4.54 5.72 3.35 -
YUV 64.74 116.86 123.2 -
System Red Green Blue C M Y K H S L
Decimal 58 72 45 0.19 0 0.38 0.72 91.11 0.23 0.23
Hex 3A 48 2D 13 0 26 48 5B 17 17
Octal 72 110 55 23 0 46 110 133 27 27
Binary 111010 1001000 101101 10011 0 100110 1001000 1011011 10111 10111

Color Harmonies of #3A482D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A482D

Black with #3A482D

Text Example


Text Example

White with #3A482D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,72,45); }

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

background-color css

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

 a { background-color: rgb(58,72,45); }

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

border-color css

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

 span { border-color: rgb(58,72,45); }

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