#38432D

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

Shades of Mallard #38432D

Tints of Mallard #38432D

Color information

#38432D (or 0x38432D) is unknown color: approx Mallard. HEX triplet: 38, 43 and 2D. RGB value is (56,67,45). Sum of RGB (Red+Green+Blue) = 56+67+45=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #38432D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38432D is #C7BCD2. Grayscale: #3D3D3D. Windows color (decimal): -13090003 or 2966328. OLE color: 2966328.

HSL color Cylindrical-coordinate representation of color #38432D: hue angle of 90º degrees, saturation: 0.2, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #38432D is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB566745-
CMYK0.1600.330.74
HSL90º19.64%21.96%-
HSV(B)90º32.84%26.27%-
XYZ4.115.043.24-
YUV61.2118.86124.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 33.33%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=33.33%
G=39.88%
B=26.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667450.1600.330.749019.6421.96
Hex38432D100214A5a1416
Octal7010355200411121322426
Binary1110001000011101101100000100001100101010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38432D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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