#3E2935

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

Shades of Toledo #3E2935

Tints of Toledo #3E2935

Color information

#3E2935 (or 0x3E2935) is unknown color: approx Toledo. HEX triplet: 3E, 29 and 35. RGB value is (62,41,53). Sum of RGB (Red+Green+Blue) = 62+41+53=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 41 (16.41% from 255 or 26.28% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2935 is #C1D6CA. Grayscale: #303030. Windows color (decimal): -12703435 or 3483966. OLE color: 3483966.

HSL color Cylindrical-coordinate representation of color #3E2935: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E2935 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.76.

Color convert

RGB624153-
CMYK00.340.150.76
HSL325.71º20.39%20.2%-
HSV(B)325.71º33.87%24.31%-
XYZ3.422.873.74-
YUV48.65130.46137.52-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 39.74%
GREEN value IS 41 (16.41% from 255) = 26.28%
BLUE value IS 53 (21.09% from 255) = 33.97%
R=39.74%
G=26.28%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal62415300.340.150.76325.7120.3920.2
Hex3E2935022F4C1461414
Octal765165042171145062424
Binary1111101010011101010100010111110011001010001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E2935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E2935; }

 p { color: rgb(62,41,53); }

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

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

 a { background-color: rgb(62,41,53); }

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

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

 span { border-color: rgb(62,41,53); }

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