#401B0E

Color #401B0E Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #401B0E

Tints of Brown Pod #401B0E

Color information

#401B0E (or 0x401B0E) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 0E. RGB value is (64,27,14). Sum of RGB (Red+Green+Blue) = 64+27+14=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B0E is #BFE4F1. Grayscale: #242424. Windows color (decimal): -12575986 or 924480. OLE color: 924480.

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

Color convert

RGB642714-
CMYK00.580.780.75
HSL15.6º64.1%15.29%-
HSV(B)15.6º78.12%25.1%-
XYZ2.591.910.65-
YUV36.58115.26147.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 14 (5.86% from 255) = 13.33%
R=60.95%
G=25.71%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64271400.580.780.7515.664.115.29
Hex401BE03A4E4B1040f
Octal10033160721161132010017
Binary10000001101111100111010100111010010111000010000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #401B0E;
 }
 .AnyTagClassName
 {
   color: #401B0E;
 }
</style>
background-color css

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

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

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

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

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

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