#33402B

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

Shades of Mallard #33402B

Tints of Mallard #33402B

Color information

#33402B (or 0x33402B) is unknown color: approx Mallard. HEX triplet: 33, 40 and 2B. RGB value is (51,64,43). Sum of RGB (Red+Green+Blue) = 51+64+43=158 (20% of max value = 765). Red value is 51 (20.31% from 255 or 32.28% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 64 - color contains mainly: green. Hex color #33402B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33402B is #CCBFD4. Grayscale: #393939. Windows color (decimal): -13418453 or 2834483. OLE color: 2834483.

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

Color convert

RGB516443-
CMYK0.2000.330.75
HSL97.14º19.63%20.98%-
HSV(B)97.14º32.81%25.1%-
XYZ3.634.552.97-
YUV57.72119.69123.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.28%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=32.28%
G=40.51%
B=27.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164430.2000.330.7597.1419.6320.98
Hex33402B140214B611415
Octal6310053240411131412425
Binary1100111000000101011101000100001100101111000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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