#38452D

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

Shades of Mallard #38452D

Tints of Mallard #38452D

Color information

#38452D (or 0x38452D) is unknown color: approx Mallard. HEX triplet: 38, 45 and 2D. RGB value is (56,69,45). Sum of RGB (Red+Green+Blue) = 56+69+45=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #38452D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38452D is #C7BAD2. Grayscale: #3E3E3E. Windows color (decimal): -13089491 or 2966840. OLE color: 2966840.

HSL color Cylindrical-coordinate representation of color #38452D: hue angle of 92.5º degrees, saturation: 0.21, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #38452D is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB566945-
CMYK0.1900.350.73
HSL92.5º21.05%22.35%-
HSV(B)92.5º34.78%27.06%-
XYZ4.235.293.28-
YUV62.38118.19123.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=32.94%
G=40.59%
B=26.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5669450.1900.350.7392.521.0522.35
Hex38452D13023495c1516
Octal7010555230431111342526
Binary1110001000101101101100110100011100100110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38452D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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