#413933

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

Shades of Taupe #413933

Tints of Taupe #413933

Color information

#413933 (or 0x413933) is unknown color: approx Taupe. HEX triplet: 41, 39 and 33. RGB value is (65,57,51). Sum of RGB (Red+Green+Blue) = 65+57+51=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 65 - color contains mainly: red. Hex color #413933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413933 is #BEC6CC. Grayscale: #3A3A3A. Windows color (decimal): -12502733 or 3356993. OLE color: 3356993.

HSL color Cylindrical-coordinate representation of color #413933: hue angle of 25.71º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413933 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB655751-
CMYK00.120.220.75
HSL25.71º12.07%22.75%-
HSV(B)25.71º21.54%25.49%-
XYZ4.244.293.74-
YUV58.71123.65132.49-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=37.57%
G=32.95%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65575100.120.220.7525.7112.0722.75
Hex4139330C164B1ac17
Octal101716301426113321427
Binary10000011110011100110110010110100101111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413933; }

 p { color: rgb(65,57,51); }

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

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

 a { background-color: rgb(65,57,51); }

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

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

 span { border-color: rgb(65,57,51); }

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