Html Css Color HEX #38482C Mallard

📋 copy color: '#38482C'

red 56 ◦ green 72 ◦ blue 44

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

Shades of Mallard #38482C

Tints of Mallard #38482C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.58%

R = 32.56%
G = 41.86%
B = 25.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#38482C (or 0x38482C) is known color: Mallard. HEX triplet: 38, 48 and 2C. RGB value is (56,72,44). Sum of RGB (Red+Green+Blue) = 56+72+44=172 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.56% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #38482C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482C is #C7B7D3. Grayscale: #404040. Windows color (decimal): -13088724 or 2902072. OLE color: 2902072.

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

Color convert

RGB 56 72 44 -
CMYK 0.22 0 0.39 0.72
HSL 94.29º 0.24% 0.23% -
HSV(B) 94.29º 0.39% 0.28% -
XYZ 4.4 5.66 3.24 -
YUV 64.02 116.7 122.28 -
System Red Green Blue C M Y K H S L
Decimal 56 72 44 0.22 0 0.39 0.72 94.29 0.24 0.23
Hex 38 48 2C 16 0 27 48 5E 18 17
Octal 70 110 54 26 0 47 110 136 30 27
Binary 111000 1001000 101100 10110 0 100111 1001000 1011110 11000 10111

Color Harmonies of #38482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38482C

Black with #38482C

Text Example


Text Example

White with #38482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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