#401603

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

Shades of Brown Pod #401603

Tints of Brown Pod #401603

Color information

#401603 (or 0x401603) is unknown color: approx Brown Pod. HEX triplet: 40, 16 and 03. RGB value is (64,22,3). Sum of RGB (Red+Green+Blue) = 64+22+3=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401603 is #BFE9FC. Grayscale: #202020. Windows color (decimal): -12577277 or 202304. OLE color: 202304.

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

Color convert

RGB64223-
CMYK00.660.950.75
HSL18.69º91.04%13.14%-
HSV(B)18.69º95.31%25.1%-
XYZ2.421.670.28-
YUV32.39111.41150.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 22 (8.98% from 255) = 24.72%
BLUE value IS 3 (1.56% from 255) = 3.37%
R=71.91%
G=24.72%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422300.660.950.7518.6991.0413.14
Hex401630425F4B135bd
Octal10026301021371132313315
Binary1000000101101101000010101111110010111001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401603; }

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

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

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

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

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

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

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

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