Html Css Color HEX #384132 Mallard

📋 copy color: '#384132'

red 56 ◦ green 65 ◦ blue 50

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

Shades of Mallard #384132

Tints of Mallard #384132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.24%

R = 32.75%
G = 38.01%
B = 29.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#384132 (or 0x384132) is known color: Mallard. HEX triplet: 38, 41 and 32. RGB value is (56,65,50). Sum of RGB (Red+Green+Blue) = 56+65+50=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 65 - color contains mainly: green. Hex color #384132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384132 is #C7BECD. Grayscale: #3C3C3C. Windows color (decimal): -13090510 or 3293496. OLE color: 3293496.

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

Color convert

RGB 56 65 50 -
CMYK 0.14 0 0.23 0.75
HSL 96º 0.13% 0.23% -
HSV(B) 96º 0.23% 0.25% -
XYZ 4.1 4.85 3.74 -
YUV 60.6 122.02 124.72 -
System Red Green Blue C M Y K H S L
Decimal 56 65 50 0.14 0 0.23 0.75 96 0.13 0.23
Hex 38 41 32 E 0 17 4B 60 D 17
Octal 70 101 62 16 0 27 113 140 15 27
Binary 111000 1000001 110010 1110 0 10111 1001011 1100000 1101 10111

Color Harmonies of #384132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384132

Black with #384132

Text Example


Text Example

White with #384132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384132; }

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

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

background-color css

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

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

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

border-color css

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

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

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