Html Css Color HEX #401C0E Brown Pod

📋 copy color: '#401C0E'

red 64 ◦ green 28 ◦ blue 14

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

Shades of Brown Pod #401C0E

Tints of Brown Pod #401C0E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.42%

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

R = 60.38%
G = 26.42%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#401C0E (or 0x401C0E) is known color: Brown Pod. HEX triplet: 40, 1C and 0E. RGB value is (64,28,14). Sum of RGB (Red+Green+Blue) = 64+28+14=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 14 (5.86% from 255 or 13.21% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C0E is #BFE3F1. Grayscale: #252525. Windows color (decimal): -12575730 or 924736. OLE color: 924736.

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

Color convert

RGB 64 28 14 -
CMYK 0 0.56 0.78 0.75
HSL 16.8º 0.64% 0.15% -
HSV(B) 16.8º 0.78% 0.25% -
XYZ 2.61 1.95 0.65 -
YUV 37.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 64 28 14 0 0.56 0.78 0.75 16.8 0.64 0.15
Hex 40 1C E 0 38 4E 4B 11 40 F
Octal 100 34 16 0 70 116 113 21 100 17
Binary 1000000 11100 1110 0 111000 1001110 1001011 10001 1000000 1111

Color Harmonies of #401C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401C0E

Black with #401C0E

Text Example


Text Example

White with #401C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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