Html Css Color HEX #401C18 Brown Pod

📋 copy color: '#401C18'

red 64 ◦ green 28 ◦ blue 24

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

Shades of Brown Pod #401C18

Tints of Brown Pod #401C18

RGB

 RED value IS 64 (25.39% from 255) = 55.17%

 GREEN value IS 28 (11.33% from 255) = 24.14%

 BLUE value IS 24 (9.77% from 255) = 20.69%

R = 55.17%
G = 24.14%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#401C18 (or 0x401C18) is known color: Brown Pod. HEX triplet: 40, 1C and 18. RGB value is (64,28,24). Sum of RGB (Red+Green+Blue) = 64+28+24=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C18 is #BFE3E7. Grayscale: #262626. Windows color (decimal): -12575720 or 1580096. OLE color: 1580096.

HSL color Cylindrical-coordinate representation of color #401C18: hue angle of 6º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #401C18 is Cyan = 0, Magento = 0.56, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 28 24 -
CMYK 0 0.56 0.62 0.75
HSL 0.45% 0.17% -
HSV(B) 0.63% 0.25% -
XYZ 2.69 1.99 1.11 -
YUV 38.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 64 28 24 0 0.56 0.62 0.75 6 0.45 0.17
Hex 40 1C 18 0 38 3E 4B 6 2D 11
Octal 100 34 30 0 70 76 113 6 55 21
Binary 1000000 11100 11000 0 111000 111110 1001011 110 101101 10001

Color Harmonies of #401C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C18

Black with #401C18

Text Example


Text Example

White with #401C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401C18; }

 p { color: rgb(64,28,24); }

 H1.HeaderClassName
 {
   color: #401C18;
 }
 .AnyTagClassName
 {
   color: #401C18;
 }
</style>

background-color css

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

 a { background-color: rgb(64,28,24); }

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

border-color css

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

 span { border-color: rgb(64,28,24); }

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