#403631

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

Shades of Kilamanjaro #403631

Tints of Kilamanjaro #403631

Color information

#403631 (or 0x403631) is unknown color: approx Kilamanjaro. HEX triplet: 40, 36 and 31. RGB value is (64,54,49). Sum of RGB (Red+Green+Blue) = 64+54+49=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 64 - color contains mainly: red. Hex color #403631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403631 is #BFC9CE. Grayscale: #383838. Windows color (decimal): -12569039 or 3225152. OLE color: 3225152.

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

Color convert

RGB645449-
CMYK00.160.230.75
HSL20º13.27%22.16%-
HSV(B)20º23.44%25.1%-
XYZ3.993.953.46-
YUV56.42123.81133.41-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 38.32%
GREEN value IS 54 (21.48% from 255) = 32.34%
BLUE value IS 49 (19.53% from 255) = 29.34%
R=38.32%
G=32.34%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64544900.160.230.752013.2722.16
Hex403631010174B14d16
Octal100666102027113241526
Binary100000011011011000101000010111100101110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403631; }

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

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

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

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

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

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

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

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