#3F221B

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

Shades of Brown Pod #3F221B

Tints of Brown Pod #3F221B

Color information

#3F221B (or 0x3F221B) is unknown color: approx Brown Pod. HEX triplet: 3F, 22 and 1B. RGB value is (63,34,27). Sum of RGB (Red+Green+Blue) = 63+34+27=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F221B is #C0DDE4. Grayscale: #292929. Windows color (decimal): -12639717 or 1778239. OLE color: 1778239.

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

Color convert

RGB633427-
CMYK00.460.570.75
HSL11.67º40%17.65%-
HSV(B)11.67º57.14%24.71%-
XYZ2.822.281.33-
YUV41.87119.61143.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=50.81%
G=27.42%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63342700.460.570.7511.674017.65
Hex3F221B02E394Bc2812
Octal77423305671113145022
Binary1111111000101101101011101110011001011110010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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