#401403

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

Shades of Brown Pod #401403

Tints of Brown Pod #401403

Color information

#401403 (or 0x401403) is unknown color: approx Brown Pod. HEX triplet: 40, 14 and 03. RGB value is (64,20,3). Sum of RGB (Red+Green+Blue) = 64+20+3=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 20 (8.20% from 255 or 22.99% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401403 is #BFEBFC. Grayscale: #1F1F1F. Windows color (decimal): -12577789 or 201792. OLE color: 201792.

HSL color Cylindrical-coordinate representation of color #401403: hue angle of 16.72º 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 #401403 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB64203-
CMYK00.690.950.75
HSL16.72º91.04%13.14%-
HSV(B)16.72º95.31%25.1%-
XYZ2.381.60.27-
YUV31.22112.08151.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 20 (8.20% from 255) = 22.99%
BLUE value IS 3 (1.56% from 255) = 3.45%
R=73.56%
G=22.99%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6420300.690.950.7516.7291.0413.14
Hex401430455F4B115bd
Octal10024301051371132113315
Binary1000000101001101000101101111110010111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401403; }

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

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

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

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

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

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

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

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