#401a0b

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

Shades of Brown Pod #401A0B

Tints of Brown Pod #401A0B

Color information

#401A0B (or 0x401A0B) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 0B. RGB value is (64,26,11). Sum of RGB (Red+Green+Blue) = 64+26+11=101 (13% of max value = 765). Red value is 64 (25.39% from 255 or 63.37% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 11 (4.69% from 255 or 10.89% from 101); Max value from RGB is 64 - color contains mainly: red. Hex color #401A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A0B is #BFE5F4. Grayscale: #232323. Windows color (decimal): -12576245 or 727616. OLE color: 727616.

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

Color convert

RGB642611-
CMYK00.590.830.75
HSL16.98º70.67%14.71%-
HSV(B)16.98º82.81%25.1%-
XYZ2.541.850.54-
YUV35.65114.09148.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 63.37%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 11 (4.69% from 255) = 10.89%
R=63.37%
G=25.74%
B=10.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64261100.590.830.7516.9870.6714.71
Hex401AB03B534B1147f
Octal10032130731231132110717
Binary10000001101010110111011101001110010111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401a0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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