Html Css Color HEX #401D10 Brown Pod

📋 copy color: '#401D10'

red 64 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #401D10

Tints of Brown Pod #401D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.61%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 58.72%
G = 26.61%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#401D10 (or 0x401D10) is known color: Brown Pod. HEX triplet: 40, 1D and 10. RGB value is (64,29,16). Sum of RGB (Red+Green+Blue) = 64+29+16=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #401D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D10 is #BFE2EF. Grayscale: #262626. Windows color (decimal): -12575472 or 1056064. OLE color: 1056064.

HSL color Cylindrical-coordinate representation of color #401D10: hue angle of 16.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401D10 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 29 16 -
CMYK 0 0.55 0.75 0.75
HSL 16.25º 0.6% 0.16% -
HSV(B) 16.25º 0.75% 0.25% -
XYZ 2.65 2.01 0.74 -
YUV 37.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 64 29 16 0 0.55 0.75 0.75 16.25 0.6 0.16
Hex 40 1D 10 0 37 4B 4B 10 3C 10
Octal 100 35 20 0 67 113 113 20 74 20
Binary 1000000 11101 10000 0 110111 1001011 1001011 10000 111100 10000

Color Harmonies of #401D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D10

Black with #401D10

Text Example


Text Example

White with #401D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,29,16); }

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

background-color css

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

 a { background-color: rgb(64,29,16); }

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

border-color css

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

 span { border-color: rgb(64,29,16); }

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