#401B05

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

Shades of Brown Pod #401B05

Tints of Brown Pod #401B05

Color information

#401B05 (or 0x401B05) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 05. RGB value is (64,27,5). Sum of RGB (Red+Green+Blue) = 64+27+5=96 (12% of max value = 765). Red value is 64 (25.39% from 255 or 66.67% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 64 - color contains mainly: red. Hex color #401B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B05 is #BFE4FA. Grayscale: #232323. Windows color (decimal): -12575995 or 334656. OLE color: 334656.

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

Color convert

RGB64275-
CMYK00.580.920.75
HSL22.37º85.51%13.53%-
HSV(B)22.37º92.19%25.1%-
XYZ2.531.880.37-
YUV35.56110.76148.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 28.12%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=66.67%
G=28.12%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6427500.580.920.7522.3785.5113.53
Hex401B503A5C4B1656e
Octal1003350721341132612616
Binary1000000110111010111010101110010010111011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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