#40362F

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

Shades of Tobago #40362F

Tints of Tobago #40362F

Color information

#40362F (or 0x40362F) is unknown color: approx Tobago. HEX triplet: 40, 36 and 2F. RGB value is (64,54,47). Sum of RGB (Red+Green+Blue) = 64+54+47=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 64 - color contains mainly: red. Hex color #40362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40362F is #BFC9D0. Grayscale: #383838. Windows color (decimal): -12569041 or 3094080. OLE color: 3094080.

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

Color convert

RGB645447-
CMYK00.160.270.75
HSL24.71º15.32%21.76%-
HSV(B)24.71º26.56%25.1%-
XYZ3.953.933.24-
YUV56.19122.81133.57-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.79%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=38.79%
G=32.73%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64544700.160.270.7524.7115.3221.76
Hex40362F0101B4B19f16
Octal100665702033113311726
Binary100000011011010111101000011011100101111001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40362F; }

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

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

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

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

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

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

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

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