#35412B

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

Shades of Mallard #35412B

Tints of Mallard #35412B

Color information

#35412B (or 0x35412B) is unknown color: approx Mallard. HEX triplet: 35, 41 and 2B. RGB value is (53,65,43). Sum of RGB (Red+Green+Blue) = 53+65+43=161 (21% of max value = 765). Red value is 53 (21.09% from 255 or 32.92% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 65 - color contains mainly: green. Hex color #35412B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35412B is #CABED4. Grayscale: #3A3A3A. Windows color (decimal): -13287125 or 2834741. OLE color: 2834741.

HSL color Cylindrical-coordinate representation of color #35412B: hue angle of 92.73º degrees, saturation: 0.2, 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 #35412B is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB536543-
CMYK0.1800.340.75
HSL92.73º20.37%21.18%-
HSV(B)92.73º33.85%25.49%-
XYZ3.794.712.99-
YUV58.9119.02123.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 32.92%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=32.92%
G=40.37%
B=26.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5365430.1800.340.7592.7320.3721.18
Hex35412B120224B5d1415
Octal6510153220421131352425
Binary1101011000001101011100100100010100101110111011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35412B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,65,43); }

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

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

 a { background-color: rgb(53,65,43); }

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

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

 span { border-color: rgb(53,65,43); }

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