#3F221D

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

Shades of Brown Pod #3F221D

Tints of Brown Pod #3F221D

Color information

#3F221D (or 0x3F221D) is unknown color: approx Brown Pod. HEX triplet: 3F, 22 and 1D. RGB value is (63,34,29). Sum of RGB (Red+Green+Blue) = 63+34+29=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F221D is #C0DDE2. Grayscale: #2A2A2A. Windows color (decimal): -12639715 or 1909311. OLE color: 1909311.

HSL color Cylindrical-coordinate representation of color #3F221D: hue angle of 8.82º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F221D is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB633429-
CMYK00.460.540.75
HSL8.82º36.96%18.04%-
HSV(B)8.82º53.97%24.71%-
XYZ2.842.291.45-
YUV42.1120.61142.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=50%
G=26.98%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63342900.460.540.758.8236.9618.04
Hex3F221D02E364B92512
Octal77423505666113114522
Binary1111111000101110101011101101101001011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F221D; }

 p { color: rgb(63,34,29); }

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

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

 a { background-color: rgb(63,34,29); }

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

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

 span { border-color: rgb(63,34,29); }

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