#40210F

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

Shades of Brown Pod #40210F

Tints of Brown Pod #40210F

Color information

#40210F (or 0x40210F) is unknown color: approx Brown Pod. HEX triplet: 40, 21 and 0F. RGB value is (64,33,15). Sum of RGB (Red+Green+Blue) = 64+33+15=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 33 (13.28% from 255 or 29.46% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #40210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40210F is #BFDEF0. Grayscale: #282828. Windows color (decimal): -12574449 or 991552. OLE color: 991552.

HSL color Cylindrical-coordinate representation of color #40210F: hue angle of 22.04º 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 #40210F is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB643315-
CMYK00.480.770.75
HSL22.04º62.03%15.49%-
HSV(B)22.04º76.56%25.1%-
XYZ2.742.210.73-
YUV40.22113.77144.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 33 (13.28% from 255) = 29.46%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=57.14%
G=29.46%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64331500.480.770.7522.0462.0315.49
Hex4021F0304D4B163ef
Octal1004117060115113267617
Binary10000001000011111011000010011011001011101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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