#402213

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

Shades of Brown Pod #402213

Tints of Brown Pod #402213

Color information

#402213 (or 0x402213) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 13. RGB value is (64,34,19). Sum of RGB (Red+Green+Blue) = 64+34+19=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 19 (7.81% from 255 or 16.24% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402213 is #BFDDEC. Grayscale: #292929. Windows color (decimal): -12574189 or 1253952. OLE color: 1253952.

HSL color Cylindrical-coordinate representation of color #402213: hue angle of 20º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402213 is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB643419-
CMYK00.470.700.75
HSL20º54.22%16.27%-
HSV(B)20º70.31%25.1%-
XYZ2.82.280.91-
YUV41.26115.44144.22-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 19 (7.81% from 255) = 16.24%
R=54.70%
G=29.06%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64341900.470.700.752054.2216.27
Hex40221302F464B143610
Octal1004223057106113246620
Binary1000000100010100110101111100011010010111010011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402213; }

 p { color: rgb(64,34,19); }

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

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

 a { background-color: rgb(64,34,19); }

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

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

 span { border-color: rgb(64,34,19); }

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