#38482B

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

Shades of Mallard #38482B

Tints of Mallard #38482B

Color information

#38482B (or 0x38482B) is unknown color: approx Mallard. HEX triplet: 38, 48 and 2B. RGB value is (56,72,43). Sum of RGB (Red+Green+Blue) = 56+72+43=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 43 (17.19% from 255 or 25.15% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #38482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482B is #C7B7D4. Grayscale: #404040. Windows color (decimal): -13088725 or 2836536. OLE color: 2836536.

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

Color convert

RGB567243-
CMYK0.2200.400.72
HSL93.1º25.22%22.55%-
HSV(B)93.1º40.28%28.24%-
XYZ4.385.653.14-
YUV63.91116.2122.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.75%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 43 (17.19% from 255) = 25.15%
R=32.75%
G=42.11%
B=25.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672430.2200.400.7293.125.2222.55
Hex38482B16028485d1917
Octal7011053260501101353127
Binary1110001001000101011101100101000100100010111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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