Html Css Color HEX #401A0E Brown Pod

📋 copy color: '#401A0E'

red 64 ◦ green 26 ◦ blue 14

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

Shades of Brown Pod #401A0E

Tints of Brown Pod #401A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.46%

R = 61.54%
G = 25%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#401A0E (or 0x401A0E) is known color: Brown Pod. HEX triplet: 40, 1A and 0E. RGB value is (64,26,14). Sum of RGB (Red+Green+Blue) = 64+26+14=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 14 (5.86% from 255 or 13.46% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A0E is #BFE5F1. Grayscale: #242424. Windows color (decimal): -12576242 or 924224. OLE color: 924224.

HSL color Cylindrical-coordinate representation of color #401A0E: hue angle of 14.4º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401A0E is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 26 14 -
CMYK 0 0.59 0.78 0.75
HSL 14.4º 0.64% 0.15% -
HSV(B) 14.4º 0.78% 0.25% -
XYZ 2.56 1.86 0.64 -
YUV 35.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 64 26 14 0 0.59 0.78 0.75 14.4 0.64 0.15
Hex 40 1A E 0 3B 4E 4B E 40 F
Octal 100 32 16 0 73 116 113 16 100 17
Binary 1000000 11010 1110 0 111011 1001110 1001011 1110 1000000 1111

Color Harmonies of #401A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A0E

Black with #401A0E

Text Example


Text Example

White with #401A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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