Html Css Color HEX #413A37 Kilamanjaro

📋 copy color: '#413A37'

red 65 ◦ green 58 ◦ blue 55

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

Shades of Kilamanjaro #413A37

Tints of Kilamanjaro #413A37

RGB

 RED value IS 65 (25.78% from 255) = 36.52%

 GREEN value IS 58 (23.05% from 255) = 32.58%

 BLUE value IS 55 (21.88% from 255) = 30.9%

R = 36.52%
G = 32.58%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#413A37 (or 0x413A37) is known color: Kilamanjaro. HEX triplet: 41, 3A and 37. RGB value is (65,58,55). Sum of RGB (Red+Green+Blue) = 65+58+55=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 55 (21.88% from 255 or 30.90% from 178); Max value from RGB is 65 - color contains mainly: red. Hex color #413A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A37 is #BEC5C8. Grayscale: #3B3B3B. Windows color (decimal): -12502473 or 3619393. OLE color: 3619393.

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

Color convert

RGB 65 58 55 -
CMYK 0 0.11 0.15 0.75
HSL 18º 0.08% 0.24% -
HSV(B) 18º 0.15% 0.25% -
XYZ 4.38 4.43 4.24 -
YUV 59.75 125.32 131.74 -
System Red Green Blue C M Y K H S L
Decimal 65 58 55 0 0.11 0.15 0.75 18 0.08 0.24
Hex 41 3A 37 0 B F 4B 12 8 18
Octal 101 72 67 0 13 17 113 22 10 30
Binary 1000001 111010 110111 0 1011 1111 1001011 10010 1000 11000

Color Harmonies of #413A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A37

Black with #413A37

Text Example


Text Example

White with #413A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #413A37;
 }
 .AnyTagClassName
 {
   color: #413A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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