#38482D

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

Shades of Mallard #38482D

Tints of Mallard #38482D

Color information

#38482D (or 0x38482D) is unknown color: approx Mallard. HEX triplet: 38, 48 and 2D. RGB value is (56,72,45). Sum of RGB (Red+Green+Blue) = 56+72+45=173 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.37% from 173); Green value is 72 (28.52% from 255 or 41.62% from 173); Blue value is 45 (17.97% from 255 or 26.01% from 173); Max value from RGB is 72 - color contains mainly: green. Hex color #38482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482D is #C7B7D2. Grayscale: #404040. Windows color (decimal): -13088723 or 2967608. OLE color: 2967608.

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

Color convert

RGB567245-
CMYK0.2200.380.72
HSL95.56º23.08%22.94%-
HSV(B)95.56º37.5%28.24%-
XYZ4.425.663.34-
YUV64.14117.2122.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.37%
GREEN value IS 72 (28.52% from 255) = 41.62%
BLUE value IS 45 (17.97% from 255) = 26.01%
R=32.37%
G=41.62%
B=26.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672450.2200.380.7295.5623.0822.94
Hex38482D1602648601717
Octal7011055260461101402727
Binary1110001001000101101101100100110100100011000001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38482D;
 }
 .AnyTagClassName
 {
   color: #38482D;
 }
</style>
background-color css

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

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

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

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

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

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