#38432F

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

Shades of Mallard #38432F

Tints of Mallard #38432F

Color information

#38432F (or 0x38432F) is unknown color: approx Mallard. HEX triplet: 38, 43 and 2F. RGB value is (56,67,47). Sum of RGB (Red+Green+Blue) = 56+67+47=170 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.94% from 170); Green value is 67 (26.56% from 255 or 39.41% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 67 - color contains mainly: green. Hex color #38432F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38432F is #C7BCD0. Grayscale: #3D3D3D. Windows color (decimal): -13090001 or 3097400. OLE color: 3097400.

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

Color convert

RGB566747-
CMYK0.1600.300.74
HSL93º17.54%22.35%-
HSV(B)93º29.85%26.27%-
XYZ4.155.063.45-
YUV61.43119.86124.13-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32.94%
GREEN value IS 67 (26.56% from 255) = 39.41%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=32.94%
G=39.41%
B=27.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667470.1600.300.749317.5422.35
Hex38432F1001E4A5d1216
Octal7010357200361121352226
Binary111000100001110111110000011110100101010111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38432F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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