#401B0F

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

Shades of Brown Pod #401B0F

Tints of Brown Pod #401B0F

Color information

#401B0F (or 0x401B0F) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 0F. RGB value is (64,27,15). Sum of RGB (Red+Green+Blue) = 64+27+15=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 27 (10.94% from 255 or 25.47% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #401B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B0F is #BFE4F0. Grayscale: #242424. Windows color (decimal): -12575985 or 990016. OLE color: 990016.

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

Color convert

RGB642715-
CMYK00.580.770.75
HSL14.69º62.03%15.49%-
HSV(B)14.69º76.56%25.1%-
XYZ2.591.910.68-
YUV36.7115.76147.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 27 (10.94% from 255) = 25.47%
BLUE value IS 15 (6.25% from 255) = 14.15%
R=60.38%
G=25.47%
B=14.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64271500.580.770.7514.6962.0315.49
Hex401BF03A4D4Bf3ef
Octal1003317072115113177617
Binary100000011011111101110101001101100101111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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