Html Css Color HEX #401D15 Brown Pod

📋 copy color: '#401D15'

red 64 ◦ green 29 ◦ blue 21

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

Shades of Brown Pod #401D15

Tints of Brown Pod #401D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 18.42%

R = 56.14%
G = 25.44%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401D15 (or 0x401D15) is known color: Brown Pod. HEX triplet: 40, 1D and 15. RGB value is (64,29,21). Sum of RGB (Red+Green+Blue) = 64+29+21=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #401D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D15 is #BFE2EA. Grayscale: #262626. Windows color (decimal): -12575467 or 1383744. OLE color: 1383744.

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

Color convert

RGB 64 29 21 -
CMYK 0 0.55 0.67 0.75
HSL 11.16º 0.51% 0.17% -
HSV(B) 11.16º 0.67% 0.25% -
XYZ 2.69 2.02 0.96 -
YUV 38.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 64 29 21 0 0.55 0.67 0.75 11.16 0.51 0.17
Hex 40 1D 15 0 37 43 4B B 33 11
Octal 100 35 25 0 67 103 113 13 63 21
Binary 1000000 11101 10101 0 110111 1000011 1001011 1011 110011 10001

Color Harmonies of #401D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401D15

Black with #401D15

Text Example


Text Example

White with #401D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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