#334427

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

Shades of Mallard #334427

Tints of Mallard #334427

Color information

#334427 (or 0x334427) is unknown color: approx Mallard. HEX triplet: 33, 44 and 27. RGB value is (51,68,39). Sum of RGB (Red+Green+Blue) = 51+68+39=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 68 (26.95% from 255 or 43.04% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 68 - color contains mainly: green. Hex color #334427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334427 is #CCBBD8. Grayscale: #3B3B3B. Windows color (decimal): -13417433 or 2573363. OLE color: 2573363.

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

Color convert

RGB516839-
CMYK0.2500.430.73
HSL95.17º27.1%20.98%-
HSV(B)95.17º42.65%26.67%-
XYZ3.84.982.68-
YUV59.61116.37121.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 68 (26.95% from 255) = 43.04%
BLUE value IS 39 (15.62% from 255) = 24.68%
R=32.28%
G=43.04%
B=24.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168390.2500.430.7395.1727.120.98
Hex3344271902B495f1b15
Octal6310447310531111373325
Binary1100111000100100111110010101011100100110111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334427; }

 p { color: rgb(51,68,39); }

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

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

 a { background-color: rgb(51,68,39); }

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

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

 span { border-color: rgb(51,68,39); }

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