Html Css Color HEX #423B38 Kilamanjaro

📋 copy color: '#423B38'

red 66 ◦ green 59 ◦ blue 56

#423B38
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kilamanjaro #423B38

Tints of Kilamanjaro #423B38

RGB

 RED value IS 66 (26.17% from 255) = 36.46%

 GREEN value IS 59 (23.44% from 255) = 32.6%

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 36.46%
G = 32.6%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#423B38 (or 0x423B38) is known color: 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

RGB 66 59 56 -
CMYK 0 0.11 0.15 0.74
HSL 18º 0.08% 0.24% -
HSV(B) 18º 0.15% 0.26% -
XYZ 4.52 4.57 4.39 -
YUV 60.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 66 59 56 0 0.11 0.15 0.74 18 0.08 0.24
Hex 42 3B 38 0 B F 4A 12 8 18
Octal 102 73 70 0 13 17 112 22 10 30
Binary 1000010 111011 111000 0 1011 1111 1001010 10010 1000 11000

Color Harmonies of #423B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423B38

Black with #423B38

Text Example


Text Example

White with #423B38

Text Example


Text Example

HTML Codes & Css Web 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>