Html Css Color HEX #384033 Mallard

📋 copy color: '#384033'

red 56 ◦ green 64 ◦ blue 51

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

Shades of Mallard #384033

Tints of Mallard #384033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 37.43%

 BLUE value IS 51 (20.31% from 255) = 29.82%

R = 32.75%
G = 37.43%
B = 29.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#384033 (or 0x384033) is known color: Mallard. HEX triplet: 38, 40 and 33. RGB value is (56,64,51). Sum of RGB (Red+Green+Blue) = 56+64+51=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 64 - color contains mainly: green. Hex color #384033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384033 is #C7BFCC. Grayscale: #3C3C3C. Windows color (decimal): -13090765 or 3358776. OLE color: 3358776.

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

Color convert

RGB 56 64 51 -
CMYK 0.13 0 0.20 0.75
HSL 96.92º 0.11% 0.23% -
HSV(B) 96.92º 0.2% 0.25% -
XYZ 4.06 4.75 3.83 -
YUV 60.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 56 64 51 0.13 0 0.20 0.75 96.92 0.11 0.23
Hex 38 40 33 D 0 14 4B 61 B 17
Octal 70 100 63 15 0 24 113 141 13 27
Binary 111000 1000000 110011 1101 0 10100 1001011 1100001 1011 10111

Color Harmonies of #384033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384033

Black with #384033

Text Example


Text Example

White with #384033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384033; }

 p { color: rgb(56,64,51); }

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

background-color css

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

 a { background-color: rgb(56,64,51); }

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

border-color css

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

 span { border-color: rgb(56,64,51); }

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