Html Css Color HEX #384829 Mallard

📋 copy color: '#384829'

red 56 ◦ green 72 ◦ blue 41

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

Shades of Mallard #384829

Tints of Mallard #384829

RGB

 RED value IS 56 (22.27% from 255) = 33.14%

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

 BLUE value IS 41 (16.41% from 255) = 24.26%

R = 33.14%
G = 42.6%
B = 24.26%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.43

 K value IS 0.72

RGB Variations

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

Color information

#384829 (or 0x384829) is known color: Mallard. HEX triplet: 38, 48 and 29. RGB value is (56,72,41). Sum of RGB (Red+Green+Blue) = 56+72+41=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #384829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384829 is #C7B7D6. Grayscale: #3F3F3F. Windows color (decimal): -13088727 or 2705464. OLE color: 2705464.

HSL color Cylindrical-coordinate representation of color #384829: hue angle of 90.97º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384829 is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.72.

Color convert

RGB 56 72 41 -
CMYK 0.22 0 0.43 0.72
HSL 90.97º 0.27% 0.22% -
HSV(B) 90.97º 0.43% 0.28% -
XYZ 4.35 5.64 2.96 -
YUV 63.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 56 72 41 0.22 0 0.43 0.72 90.97 0.27 0.22
Hex 38 48 29 16 0 2B 48 5B 1B 16
Octal 70 110 51 26 0 53 110 133 33 26
Binary 111000 1001000 101001 10110 0 101011 1001000 1011011 11011 10110

Color Harmonies of #384829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384829

Black with #384829

Text Example


Text Example

White with #384829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384829; }

 p { color: rgb(56,72,41); }

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

background-color css

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

 a { background-color: rgb(56,72,41); }

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

border-color css

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

 span { border-color: rgb(56,72,41); }

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