#402935

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

Shades of Toledo #402935

Tints of Toledo #402935

Color information

#402935 (or 0x402935) is unknown color: approx Toledo. HEX triplet: 40, 29 and 35. RGB value is (64,41,53). Sum of RGB (Red+Green+Blue) = 64+41+53=158 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.51% from 158); Green value is 41 (16.41% from 255 or 25.95% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 64 - color contains mainly: red. Hex color #402935 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402935 is #BFD6CA. Grayscale: #313131. Windows color (decimal): -12572363 or 3483968. OLE color: 3483968.

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

Color convert

RGB644153-
CMYK00.360.170.75
HSL328.7º21.9%20.59%-
HSV(B)328.7º35.94%25.1%-
XYZ3.552.933.75-
YUV49.24130.12138.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 40.51%
GREEN value IS 41 (16.41% from 255) = 25.95%
BLUE value IS 53 (21.09% from 255) = 33.54%
R=40.51%
G=25.95%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64415300.360.170.75328.721.920.59
Hex402935024114B1491615
Octal1005165044211135112625
Binary100000010100111010101001001000110010111010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402935; }

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

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

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

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

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

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

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

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