#402411

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

Shades of Brown Pod #402411

Tints of Brown Pod #402411

Color information

#402411 (or 0x402411) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 11. RGB value is (64,36,17). Sum of RGB (Red+Green+Blue) = 64+36+17=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 17 (7.03% from 255 or 14.53% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402411 is #BFDBEE. Grayscale: #2A2A2A. Windows color (decimal): -12573679 or 1123392. OLE color: 1123392.

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

Color convert

RGB643617-
CMYK00.440.730.75
HSL24.26º58.02%15.88%-
HSV(B)24.26º73.44%25.1%-
XYZ2.852.390.84-
YUV42.21113.78143.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 36 (14.45% from 255) = 30.77%
BLUE value IS 17 (7.03% from 255) = 14.53%
R=54.70%
G=30.77%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64361700.440.730.7524.2658.0215.88
Hex40241102C494B183a10
Octal1004421054111113307220
Binary1000000100100100010101100100100110010111100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402411; }

 p { color: rgb(64,36,17); }

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

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

 a { background-color: rgb(64,36,17); }

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

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

 span { border-color: rgb(64,36,17); }

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