#402519

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

Shades of Brown Pod #402519

Tints of Brown Pod #402519

Color information

#402519 (or 0x402519) is unknown color: approx Brown Pod. HEX triplet: 40, 25 and 19. RGB value is (64,37,25). Sum of RGB (Red+Green+Blue) = 64+37+25=126 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.79% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 64 - color contains mainly: red. Hex color #402519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402519 is #BFDAE6. Grayscale: #2B2B2B. Windows color (decimal): -12573415 or 1647936. OLE color: 1647936.

HSL color Cylindrical-coordinate representation of color #402519: hue angle of 18.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #402519 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB643725-
CMYK00.420.610.75
HSL18.46º43.82%17.45%-
HSV(B)18.46º60.94%25.1%-
XYZ2.952.481.24-
YUV43.7117.45142.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 50.79%
GREEN value IS 37 (14.84% from 255) = 29.37%
BLUE value IS 25 (10.16% from 255) = 19.84%
R=50.79%
G=29.37%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64372500.420.610.7518.4643.8217.45
Hex40251902A3D4B122c11
Octal100453105275113225421
Binary100000010010111001010101011110110010111001010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402519; }

 p { color: rgb(64,37,25); }

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

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

 a { background-color: rgb(64,37,25); }

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

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

 span { border-color: rgb(64,37,25); }

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