#401300

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

Shades of Brown Pod #401300

Tints of Brown Pod #401300

Color information

#401300 (or 0x401300) is unknown color: approx Brown Pod. HEX triplet: 40, 13 and 00. RGB value is (64,19,0). Sum of RGB (Red+Green+Blue) = 64+19+0=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401300 is #BFECFF. Grayscale: #1E1E1E. Windows color (decimal): -12578048 or 4928. OLE color: 4928.

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

Color convert

RGB64190-
CMYK00.7010.75
HSL17.81º100%12.55%-
HSV(B)17.81º100%25.1%-
XYZ2.351.560.18-
YUV30.29110.91152.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 77.11%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.11%
G=22.89%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6419000.7010.7517.8110012.55
Hex40130046644B1264d
Octal10023001061441132214415
Binary100000010011001000110110010010010111001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401300; }

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

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

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

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

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

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

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

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