Html Css Color HEX #401A14 Brown Pod

📋 copy color: '#401A14'

red 64 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #401A14

Tints of Brown Pod #401A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.18%

R = 58.18%
G = 23.64%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#401A14 (or 0x401A14) is known color: Brown Pod. HEX triplet: 40, 1A and 14. RGB value is (64,26,20). Sum of RGB (Red+Green+Blue) = 64+26+20=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #401A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A14 is #BFE5EB. Grayscale: #242424. Windows color (decimal): -12576236 or 1317440. OLE color: 1317440.

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

Color convert

RGB 64 26 20 -
CMYK 0 0.59 0.69 0.75
HSL 8.18º 0.52% 0.16% -
HSV(B) 8.18º 0.69% 0.25% -
XYZ 2.61 1.88 0.89 -
YUV 36.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 64 26 20 0 0.59 0.69 0.75 8.18 0.52 0.16
Hex 40 1A 14 0 3B 45 4B 8 34 10
Octal 100 32 24 0 73 105 113 10 64 20
Binary 1000000 11010 10100 0 111011 1000101 1001011 1000 110100 10000

Color Harmonies of #401A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401A14

Black with #401A14

Text Example


Text Example

White with #401A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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