Html Css Color HEX #401E19 Brown Pod

📋 copy color: '#401E19'

red 64 ◦ green 30 ◦ blue 25

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

Shades of Brown Pod #401E19

Tints of Brown Pod #401E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 25.21%

 BLUE value IS 25 (10.16% from 255) = 21.01%

R = 53.78%
G = 25.21%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401E19 (or 0x401E19) is known color: Brown Pod. HEX triplet: 40, 1E and 19. RGB value is (64,30,25). Sum of RGB (Red+Green+Blue) = 64+30+25=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #401E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401E19 is #BFE1E6. Grayscale: #272727. Windows color (decimal): -12575207 or 1646144. OLE color: 1646144.

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

Color convert

RGB 64 30 25 -
CMYK 0 0.53 0.61 0.75
HSL 7.69º 0.44% 0.17% -
HSV(B) 7.69º 0.61% 0.25% -
XYZ 2.75 2.09 1.18 -
YUV 39.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 64 30 25 0 0.53 0.61 0.75 7.69 0.44 0.17
Hex 40 1E 19 0 35 3D 4B 8 2C 11
Octal 100 36 31 0 65 75 113 10 54 21
Binary 1000000 11110 11001 0 110101 111101 1001011 1000 101100 10001

Color Harmonies of #401E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401E19

Black with #401E19

Text Example


Text Example

White with #401E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,30,25); }

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

background-color css

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

 a { background-color: rgb(64,30,25); }

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

border-color css

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

 span { border-color: rgb(64,30,25); }

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