#401502

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

Shades of Brown Pod #401502

Tints of Brown Pod #401502

Color information

#401502 (or 0x401502) is unknown color: approx Brown Pod. HEX triplet: 40, 15 and 02. RGB value is (64,21,2). Sum of RGB (Red+Green+Blue) = 64+21+2=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401502 is #BFEAFD. Grayscale: #1F1F1F. Windows color (decimal): -12577534 or 136512. OLE color: 136512.

HSL color Cylindrical-coordinate representation of color #401502: hue angle of 18.39º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #401502 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB64212-
CMYK00.670.970.75
HSL18.39º93.94%12.94%-
HSV(B)18.39º96.88%25.1%-
XYZ2.391.630.25-
YUV31.69111.25151.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 2 (1.17% from 255) = 2.30%
R=73.56%
G=24.14%
B=2.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6421200.670.970.7518.3993.9412.94
Hex40152043614B125ed
Octal10025201031411132213615
Binary1000000101011001000011110000110010111001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401502; }

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

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

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

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

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

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

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

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