#402208

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

Shades of Brown Pod #402208

Tints of Brown Pod #402208

Color information

#402208 (or 0x402208) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 08. RGB value is (64,34,8). Sum of RGB (Red+Green+Blue) = 64+34+8=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 8 (3.52% from 255 or 7.55% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402208 is #BFDDF7. Grayscale: #282828. Windows color (decimal): -12574200 or 533056. OLE color: 533056.

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

Color convert

RGB64348-
CMYK00.470.870.75
HSL27.86º77.78%14.12%-
HSV(B)27.86º87.5%25.1%-
XYZ2.732.250.52-
YUV40.01109.94145.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 34 (13.67% from 255) = 32.08%
BLUE value IS 8 (3.52% from 255) = 7.55%
R=60.38%
G=32.08%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6434800.470.870.7527.8677.7814.12
Hex4022802F574B1c4ee
Octal10042100571271133411616
Binary100000010001010000101111101011110010111110010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402208; }

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

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

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

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

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

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

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

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