Html Css Color HEX #38442D Mallard

📋 copy color: '#38442D'

red 56 ◦ green 68 ◦ blue 45

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

Shades of Mallard #38442D

Tints of Mallard #38442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.24%

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

R = 33.14%
G = 40.24%
B = 26.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.73

RGB Variations

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

Color information

#38442D (or 0x38442D) is known color: Mallard. HEX triplet: 38, 44 and 2D. RGB value is (56,68,45). Sum of RGB (Red+Green+Blue) = 56+68+45=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 68 (26.95% from 255 or 40.24% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 68 - color contains mainly: green. Hex color #38442D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38442D is #C7BBD2. Grayscale: #3D3D3D. Windows color (decimal): -13089747 or 2966584. OLE color: 2966584.

HSL color Cylindrical-coordinate representation of color #38442D: hue angle of 91.3º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #38442D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.73.

Color convert

RGB 56 68 45 -
CMYK 0.18 0 0.34 0.73
HSL 91.3º 0.2% 0.22% -
HSV(B) 91.3º 0.34% 0.27% -
XYZ 4.17 5.16 3.26 -
YUV 61.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 56 68 45 0.18 0 0.34 0.73 91.3 0.2 0.22
Hex 38 44 2D 12 0 22 49 5B 14 16
Octal 70 104 55 22 0 42 111 133 24 26
Binary 111000 1000100 101101 10010 0 100010 1001001 1011011 10100 10110

Color Harmonies of #38442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38442D

Black with #38442D

Text Example


Text Example

White with #38442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38442D; }

 p { color: rgb(56,68,45); }

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

background-color css

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

 a { background-color: rgb(56,68,45); }

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

border-color css

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

 span { border-color: rgb(56,68,45); }

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