Html Css Color HEX #401F19 Brown Pod

📋 copy color: '#401F19'

red 64 ◦ green 31 ◦ blue 25

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

Shades of Brown Pod #401F19

Tints of Brown Pod #401F19

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.83%

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

R = 53.33%
G = 25.83%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.75

RGB Variations

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

Color information

#401F19 (or 0x401F19) is known color: Brown Pod. HEX triplet: 40, 1F and 19. RGB value is (64,31,25). Sum of RGB (Red+Green+Blue) = 64+31+25=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 25 (10.16% from 255 or 20.83% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #401F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401F19 is #BFE0E6. Grayscale: #282828. Windows color (decimal): -12574951 or 1646400. OLE color: 1646400.

HSL color Cylindrical-coordinate representation of color #401F19: hue angle of 9.23º 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 #401F19 is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 31 25 -
CMYK 0 0.52 0.61 0.75
HSL 9.23º 0.44% 0.17% -
HSV(B) 9.23º 0.61% 0.25% -
XYZ 2.78 2.14 1.19 -
YUV 40.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 64 31 25 0 0.52 0.61 0.75 9.23 0.44 0.17
Hex 40 1F 19 0 34 3D 4B 9 2C 11
Octal 100 37 31 0 64 75 113 11 54 21
Binary 1000000 11111 11001 0 110100 111101 1001011 1001 101100 10001

Color Harmonies of #401F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401F19

Black with #401F19

Text Example


Text Example

White with #401F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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