#40220F

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

Shades of Brown Pod #40220F

Tints of Brown Pod #40220F

Color information

#40220F (or 0x40220F) is unknown color: approx Brown Pod. HEX triplet: 40, 22 and 0F. RGB value is (64,34,15). Sum of RGB (Red+Green+Blue) = 64+34+15=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #40220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40220F is #BFDDF0. Grayscale: #282828. Windows color (decimal): -12574193 or 991808. OLE color: 991808.

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

Color convert

RGB643415-
CMYK00.470.770.75
HSL23.27º62.03%15.49%-
HSV(B)23.27º76.56%25.1%-
XYZ2.772.270.74-
YUV40.8113.44144.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 15 (6.25% from 255) = 13.27%
R=56.64%
G=30.09%
B=13.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64341500.470.770.7523.2762.0315.49
Hex4022F02F4D4B173ef
Octal1004217057115113277617
Binary10000001000101111010111110011011001011101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40220F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40220F; }

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

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

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

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

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

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

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

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