#351A20

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

Shades of Temptress #351A20

Tints of Temptress #351A20

Color information

#351A20 (or 0x351A20) is unknown color: approx Temptress. HEX triplet: 35, 1A and 20. RGB value is (53,26,32). Sum of RGB (Red+Green+Blue) = 53+26+32=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 32 (12.89% from 255 or 28.83% from 111); Max value from RGB is 53 - color contains mainly: red. Hex color #351A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351A20 is #CAE5DF. Grayscale: #222222. Windows color (decimal): -13297120 or 2103861. OLE color: 2103861.

HSL color Cylindrical-coordinate representation of color #351A20: hue angle of 346.67º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #351A20 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB532632-
CMYK00.510.400.79
HSL346.67º34.18%15.49%-
HSV(B)346.67º50.94%20.78%-
XYZ2.11.61.56-
YUV34.76126.45141.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 47.75%
GREEN value IS 26 (10.55% from 255) = 23.42%
BLUE value IS 32 (12.89% from 255) = 28.83%
R=47.75%
G=23.42%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53263200.510.400.79346.6734.1815.49
Hex351A20033284F15b22f
Octal653240063501175334217
Binary11010111010100000011001110100010011111010110111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351A20; }

 p { color: rgb(53,26,32); }

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

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

 a { background-color: rgb(53,26,32); }

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

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

 span { border-color: rgb(53,26,32); }

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