#423B38

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

Shades of Kilamanjaro #423B38

Tints of Kilamanjaro #423B38

Color information

#423B38 (or 0x423B38) is unknown color: approx Kilamanjaro. HEX triplet: 42, 3B and 38. RGB value is (66,59,56). Sum of RGB (Red+Green+Blue) = 66+59+56=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 66 - color contains mainly: red. Hex color #423B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423B38 is #BDC4C7. Grayscale: #3C3C3C. Windows color (decimal): -12436680 or 3685186. OLE color: 3685186.

HSL color Cylindrical-coordinate representation of color #423B38: hue angle of 18º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #423B38 is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB665956-
CMYK00.110.150.74
HSL18º8.2%23.92%-
HSV(B)18º15.15%25.88%-
XYZ4.524.574.39-
YUV60.75125.32131.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 59 (23.44% from 255) = 32.60%
BLUE value IS 56 (22.27% from 255) = 30.94%
R=36.46%
G=32.60%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66595600.110.150.74188.223.92
Hex423B380BF4A12818
Octal102737001317112221030
Binary1000010111011111000010111111100101010010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423B38; }

 p { color: rgb(66,59,56); }

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

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

 a { background-color: rgb(66,59,56); }

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

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

 span { border-color: rgb(66,59,56); }

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