#402414

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

Shades of Brown Pod #402414

Tints of Brown Pod #402414

Color information

#402414 (or 0x402414) is unknown color: approx Brown Pod. HEX triplet: 40, 24 and 14. RGB value is (64,36,20). Sum of RGB (Red+Green+Blue) = 64+36+20=120 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.33% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 64 - color contains mainly: red. Hex color #402414 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402414 is #BFDBEB. Grayscale: #2A2A2A. Windows color (decimal): -12573676 or 1320000. OLE color: 1320000.

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

Color convert

RGB643620-
CMYK00.440.690.75
HSL21.82º52.38%16.47%-
HSV(B)21.82º68.75%25.1%-
XYZ2.872.40.97-
YUV42.55115.28143.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.33%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 20 (8.20% from 255) = 16.67%
R=53.33%
G=30%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64362000.440.690.7521.8252.3816.47
Hex40241402C454B163410
Octal1004424054105113266420
Binary1000000100100101000101100100010110010111011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402414; }

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

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

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

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

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

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

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

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