#33402A

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

Shades of Mallard #33402A

Tints of Mallard #33402A

Color information

#33402A (or 0x33402A) is unknown color: approx Mallard. HEX triplet: 33, 40 and 2A. RGB value is (51,64,42). Sum of RGB (Red+Green+Blue) = 51+64+42=157 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.48% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 64 - color contains mainly: green. Hex color #33402A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33402A is #CCBFD5. Grayscale: #393939. Windows color (decimal): -13418454 or 2768947. OLE color: 2768947.

HSL color Cylindrical-coordinate representation of color #33402A: hue angle of 95.45º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33402A is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB516442-
CMYK0.2000.340.75
HSL95.45º20.75%20.78%-
HSV(B)95.45º34.38%25.1%-
XYZ3.624.542.88-
YUV57.6119.19123.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.48%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=32.48%
G=40.76%
B=26.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164420.2000.340.7595.4520.7520.78
Hex33402A140224B5f1515
Octal6310052240421131372525
Binary1100111000000101010101000100010100101110111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33402A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33402A; }

 p { color: rgb(51,64,42); }

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

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

 a { background-color: rgb(51,64,42); }

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

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

 span { border-color: rgb(51,64,42); }

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