#401B03

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

Shades of Brown Pod #401B03

Tints of Brown Pod #401B03

Color information

#401B03 (or 0x401B03) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 03. RGB value is (64,27,3). Sum of RGB (Red+Green+Blue) = 64+27+3=94 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.09% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 64 - color contains mainly: red. Hex color #401B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B03 is #BFE4FC. Grayscale: #232323. Windows color (decimal): -12575997 or 203584. OLE color: 203584.

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

Color convert

RGB64273-
CMYK00.580.950.75
HSL23.61º91.04%13.14%-
HSV(B)23.61º95.31%25.1%-
XYZ2.521.880.32-
YUV35.33109.76148.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.09%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=68.09%
G=28.72%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6427300.580.950.7523.6191.0413.14
Hex401B303A5F4B185bd
Octal1003330721371133013315
Binary100000011011110111010101111110010111100010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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