#402217

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

Shades of Brown Pod #402217

Tints of Brown Pod #402217

Color information

#402217 (or 0x402217) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 17. RGB value is (64,34,23). Sum of RGB (Red+Green+Blue) = 64+34+23=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 23 (9.38% from 255 or 19.01% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #402217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402217 is #BFDDE8. Grayscale: #292929. Windows color (decimal): -12574185 or 1516096. OLE color: 1516096.

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

Color convert

RGB643423-
CMYK00.470.640.75
HSL16.1º47.13%17.06%-
HSV(B)16.1º64.06%25.1%-
XYZ2.842.31.1-
YUV41.72117.44143.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 23 (9.38% from 255) = 19.01%
R=52.89%
G=28.10%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64342300.470.640.7516.147.1317.06
Hex40221702F404B102f11
Octal1004227057100113205721
Binary1000000100010101110101111100000010010111000010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402217; }

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

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

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

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

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

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

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

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