#401200

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

Shades of Brown Pod #401200

Tints of Brown Pod #401200

Color information

#401200 (or 0x401200) is unknown color: approx Brown Pod. HEX triplet: 40, 12 and 00. RGB value is (64,18,0). Sum of RGB (Red+Green+Blue) = 64+18+0=82 (10% of max value = 765). Red value is 64 (25.39% from 255 or 78.05% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 64 - color contains mainly: red. Hex color #401200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401200 is #BFEDFF. Grayscale: #1D1D1D. Windows color (decimal): -12578304 or 4672. OLE color: 4672.

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

Color convert

RGB64180-
CMYK00.7210.75
HSL16.88º100%12.55%-
HSV(B)16.88º100%25.1%-
XYZ2.331.520.17-
YUV29.7111.24152.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 78.05%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.05%
G=21.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418000.7210.7516.8810012.55
Hex40120048644B1164d
Octal10022001101441132114415
Binary100000010010001001000110010010010111000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401200; }

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

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

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

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

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

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

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

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