#38482C

Color #38482C Mallard (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mallard #38482C

Tints of Mallard #38482C

Color information

#38482C (or 0x38482C) is unknown color: approx 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

RGB567244-
CMYK0.2200.390.72
HSL94.29º24.14%22.75%-
HSV(B)94.29º38.89%28.24%-
XYZ4.45.663.24-
YUV64.02116.7122.28-

RGB Variations

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

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 (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672440.2200.390.7294.2924.1422.75
Hex38482C16027485e1817
Octal7011054260471101363027
Binary1110001001000101100101100100111100100010111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>