Html Css Color HEX #384131 Mallard

📋 copy color: '#384131'

red 56 ◦ green 65 ◦ blue 49

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

Shades of Mallard #384131

Tints of Mallard #384131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.24%

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 32.94%
G = 38.24%
B = 28.82%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#384131 (or 0x384131) is known color: Mallard. HEX triplet: 38, 41 and 31. RGB value is (56,65,49). Sum of RGB (Red+Green+Blue) = 56+65+49=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 65 - color contains mainly: green. Hex color #384131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384131 is #C7BECE. Grayscale: #3C3C3C. Windows color (decimal): -13090511 or 3227960. OLE color: 3227960.

HSL color Cylindrical-coordinate representation of color #384131: hue angle of 93.75º degrees, saturation: 0.14, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #384131 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 49 -
CMYK 0.14 0 0.25 0.75
HSL 93.75º 0.14% 0.22% -
HSV(B) 93.75º 0.25% 0.25% -
XYZ 4.08 4.84 3.63 -
YUV 60.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 56 65 49 0.14 0 0.25 0.75 93.75 0.14 0.22
Hex 38 41 31 E 0 19 4B 5E E 16
Octal 70 101 61 16 0 31 113 136 16 26
Binary 111000 1000001 110001 1110 0 11001 1001011 1011110 1110 10110

Color Harmonies of #384131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384131

Black with #384131

Text Example


Text Example

White with #384131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384131; }

 p { color: rgb(56,65,49); }

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

background-color css

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

 a { background-color: rgb(56,65,49); }

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

border-color css

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

 span { border-color: rgb(56,65,49); }

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