#401B07

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

Shades of Brown Pod #401B07

Tints of Brown Pod #401B07

Color information

#401B07 (or 0x401B07) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 07. RGB value is (64,27,7). Sum of RGB (Red+Green+Blue) = 64+27+7=98 (12% of max value = 765). Red value is 64 (25.39% from 255 or 65.31% from 98); Green value is 27 (10.94% from 255 or 27.55% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 64 - color contains mainly: red. Hex color #401B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B07 is #BFE4F8. Grayscale: #232323. Windows color (decimal): -12575993 or 465728. OLE color: 465728.

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

Color convert

RGB64277-
CMYK00.580.890.75
HSL21.05º80.28%13.92%-
HSV(B)21.05º89.06%25.1%-
XYZ2.541.890.43-
YUV35.78111.76148.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 65.31%
GREEN value IS 27 (10.94% from 255) = 27.55%
BLUE value IS 7 (3.12% from 255) = 7.14%
R=65.31%
G=27.55%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6427700.580.890.7521.0580.2813.92
Hex401B703A594B1550e
Octal1003370721311132512016
Binary1000000110111110111010101100110010111010110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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