#401400

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

Shades of Brown Pod #401400

Tints of Brown Pod #401400

Color information

#401400 (or 0x401400) is unknown color: approx Brown Pod. HEX triplet: 40, 14 and 00. RGB value is (64,20,0). Sum of RGB (Red+Green+Blue) = 64+20+0=84 (11% of max value = 765). Red value is 64 (25.39% from 255 or 76.19% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 64 - color contains mainly: red. Hex color #401400 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401400 is #BFEBFF. Grayscale: #1F1F1F. Windows color (decimal): -12577792 or 5184. OLE color: 5184.

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

Color convert

RGB64200-
CMYK00.6910.75
HSL18.75º100%12.55%-
HSV(B)18.75º100%25.1%-
XYZ2.361.590.18-
YUV30.88110.58151.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 76.19%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.19%
G=23.81%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6420000.6910.7518.7510012.55
Hex40140045644B1364d
Octal10024001051441132314415
Binary100000010100001000101110010010010111001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401400; }

 p { color: rgb(64,20,0); }

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

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

 a { background-color: rgb(64,20,0); }

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

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

 span { border-color: rgb(64,20,0); }

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