#402636

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

Shades of Toledo #402636

Tints of Toledo #402636

Color information

#402636 (or 0x402636) is unknown color: approx Toledo. HEX triplet: 40, 26 and 36. RGB value is (64,38,54). Sum of RGB (Red+Green+Blue) = 64+38+54=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 54 (21.48% from 255 or 34.62% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #402636 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402636 is #BFD9C9. Grayscale: #2F2F2F. Windows color (decimal): -12573130 or 3548736. OLE color: 3548736.

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

Color convert

RGB643854-
CMYK00.410.160.75
HSL323.08º25.49%20%-
HSV(B)323.08º40.62%25.1%-
XYZ3.472.743.84-
YUV47.6131.61139.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 41.03%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 54 (21.48% from 255) = 34.62%
R=41.03%
G=24.36%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64385400.410.160.75323.0825.4920
Hex402636029104B1431914
Octal1004666051201135033124
Binary100000010011011011001010011000010010111010000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402636; }

 p { color: rgb(64,38,54); }

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

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

 a { background-color: rgb(64,38,54); }

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

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

 span { border-color: rgb(64,38,54); }

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