#413A36

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

Shades of Kilamanjaro #413A36

Tints of Kilamanjaro #413A36

Color information

#413A36 (or 0x413A36) is unknown color: approx Kilamanjaro. HEX triplet: 41, 3A and 36. RGB value is (65,58,54). Sum of RGB (Red+Green+Blue) = 65+58+54=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 54 (21.48% from 255 or 30.51% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A36 is #BEC5C9. Grayscale: #3B3B3B. Windows color (decimal): -12502474 or 3553857. OLE color: 3553857.

HSL color Cylindrical-coordinate representation of color #413A36: hue angle of 21.82º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #413A36 is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB655854-
CMYK00.110.170.75
HSL21.82º9.24%23.33%-
HSV(B)21.82º16.92%25.49%-
XYZ4.364.424.11-
YUV59.64124.82131.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 36.72%
GREEN value IS 58 (23.05% from 255) = 32.77%
BLUE value IS 54 (21.48% from 255) = 30.51%
R=36.72%
G=32.77%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65585400.110.170.7521.829.2423.33
Hex413A360B114B16917
Octal101726601321113261127
Binary10000011110101101100101110001100101110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A36; }

 p { color: rgb(65,58,54); }

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

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

 a { background-color: rgb(65,58,54); }

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

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

 span { border-color: rgb(65,58,54); }

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