#38482A

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

Shades of Mallard #38482A

Tints of Mallard #38482A

Color information

#38482A (or 0x38482A) is unknown color: approx Mallard. HEX triplet: 38, 48 and 2A. RGB value is (56,72,42). Sum of RGB (Red+Green+Blue) = 56+72+42=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 72 (28.52% from 255 or 42.35% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 72 - color contains mainly: green. Hex color #38482A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38482A is #C7B7D5. Grayscale: #3F3F3F. Windows color (decimal): -13088726 or 2771000. OLE color: 2771000.

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

Color convert

RGB567242-
CMYK0.2200.420.72
HSL92º26.32%22.35%-
HSV(B)92º41.67%28.24%-
XYZ4.375.643.05-
YUV63.8115.7122.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 72 (28.52% from 255) = 42.35%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=32.94%
G=42.35%
B=24.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5672420.2200.420.729226.3222.35
Hex38482A1602A485c1a16
Octal7011052260521101343226
Binary1110001001000101010101100101010100100010111001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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