#402218

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

Shades of Brown Pod #402218

Tints of Brown Pod #402218

Color information

#402218 (or 0x402218) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 18. RGB value is (64,34,24). Sum of RGB (Red+Green+Blue) = 64+34+24=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #402218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402218 is #BFDDE7. Grayscale: #292929. Windows color (decimal): -12574184 or 1581632. OLE color: 1581632.

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

Color convert

RGB643424-
CMYK00.470.620.75
HSL15º45.45%17.25%-
HSV(B)15º62.5%25.1%-
XYZ2.852.31.16-
YUV41.83117.94143.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 34 (13.67% from 255) = 27.87%
BLUE value IS 24 (9.77% from 255) = 19.67%
R=52.46%
G=27.87%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64342400.470.620.751545.4517.25
Hex40221802F3E4Bf2d11
Octal100423005776113175521
Binary10000001000101100001011111111101001011111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402218; }

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

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

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

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

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

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

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

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