#401500

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

Shades of Brown Pod #401500

Tints of Brown Pod #401500

Color information

#401500 (or 0x401500) is unknown color: approx Brown Pod. HEX triplet: 40, 15 and 00. RGB value is (64,21,0). Sum of RGB (Red+Green+Blue) = 64+21+0=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #401500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401500 is #BFEAFF. Grayscale: #1F1F1F. Windows color (decimal): -12577536 or 5440. OLE color: 5440.

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

Color convert

RGB64210-
CMYK00.6710.75
HSL19.69º100%12.55%-
HSV(B)19.69º100%25.1%-
XYZ2.381.630.19-
YUV31.46110.25151.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 21 (8.59% from 255) = 24.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.29%
G=24.71%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6421000.6710.7519.6910012.55
Hex40150043644B1464d
Octal10025001031441132414415
Binary100000010101001000011110010010010111010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401500; }

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

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

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

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

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

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

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

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