#385522

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

Shades of Mallard #385522

Tints of Mallard #385522

Color information

#385522 (or 0x385522) is unknown color: approx Mallard. HEX triplet: 38, 55 and 22. RGB value is (56,85,34). Sum of RGB (Red+Green+Blue) = 56+85+34=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 85 (33.59% from 255 or 48.57% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 85 - color contains mainly: green. Hex color #385522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385522 is #C7AADD. Grayscale: #464646. Windows color (decimal): -13085406 or 2250040. OLE color: 2250040.

HSL color Cylindrical-coordinate representation of color #385522: hue angle of 94.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385522 is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB568534-
CMYK0.3400.600.67
HSL94.12º42.86%23.33%-
HSV(B)94.12º60%33.33%-
XYZ5.177.452.68-
YUV70.52107.39117.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 85 (33.59% from 255) = 48.57%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=32%
G=48.57%
B=19.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5685340.3400.600.6794.1242.8623.33
Hex3855222203C435e2b17
Octal7012542420741031365327
Binary111000101010110001010001001111001000011101111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385522; }

 p { color: rgb(56,85,34); }

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

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

 a { background-color: rgb(56,85,34); }

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

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

 span { border-color: rgb(56,85,34); }

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