Html Css Color HEX #401A15 Brown Pod

📋 copy color: '#401A15'

red 64 ◦ green 26 ◦ blue 21

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

Shades of Brown Pod #401A15

Tints of Brown Pod #401A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.42%

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

R = 57.66%
G = 23.42%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#401A15 (or 0x401A15) is known color: Brown Pod. HEX triplet: 40, 1A and 15. RGB value is (64,26,21). Sum of RGB (Red+Green+Blue) = 64+26+21=111 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.66% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 64 - color contains mainly: red. Hex color #401A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A15 is #BFE5EA. Grayscale: #242424. Windows color (decimal): -12576235 or 1382976. OLE color: 1382976.

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

Color convert

RGB 64 26 21 -
CMYK 0 0.59 0.67 0.75
HSL 6.98º 0.51% 0.17% -
HSV(B) 6.98º 0.67% 0.25% -
XYZ 2.62 1.88 0.93 -
YUV 36.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 64 26 21 0 0.59 0.67 0.75 6.98 0.51 0.17
Hex 40 1A 15 0 3B 43 4B 7 33 11
Octal 100 32 25 0 73 103 113 7 63 21
Binary 1000000 11010 10101 0 111011 1000011 1001011 111 110011 10001

Color Harmonies of #401A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A15

Black with #401A15

Text Example


Text Example

White with #401A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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