#401B01

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

Shades of Brown Pod #401B01

Tints of Brown Pod #401B01

Color information

#401B01 (or 0x401B01) is unknown color: approx Brown Pod. HEX triplet: 40, 1B and 01. RGB value is (64,27,1). Sum of RGB (Red+Green+Blue) = 64+27+1=92 (12% of max value = 765). Red value is 64 (25.39% from 255 or 69.57% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 64 - color contains mainly: red. Hex color #401B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401B01 is #BFE4FE. Grayscale: #232323. Windows color (decimal): -12575999 or 72512. OLE color: 72512.

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

Color convert

RGB64271-
CMYK00.580.980.75
HSL24.76º96.92%12.75%-
HSV(B)24.76º98.44%25.1%-
XYZ2.511.880.26-
YUV35.1108.76148.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 69.57%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=69.57%
G=29.35%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6427100.580.980.7524.7696.9212.75
Hex401B103A624B1961d
Octal1003310721421133114115
Binary10000001101110111010110001010010111100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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