#3F211C

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

Shades of Brown Pod #3F211C

Tints of Brown Pod #3F211C

Color information

#3F211C (or 0x3F211C) is unknown color: approx Brown Pod. HEX triplet: 3F, 21 and 1C. RGB value is (63,33,28). Sum of RGB (Red+Green+Blue) = 63+33+28=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211C is #C0DEE3. Grayscale: #292929. Windows color (decimal): -12639972 or 1843519. OLE color: 1843519.

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

Color convert

RGB633328-
CMYK00.480.560.75
HSL8.57º38.46%17.84%-
HSV(B)8.57º55.56%24.71%-
XYZ2.82.231.38-
YUV41.4120.44143.41-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=50.81%
G=26.61%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63332800.480.560.758.5738.4617.84
Hex3F211C030384B92612
Octal77413406070113114622
Binary1111111000011110001100001110001001011100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,33,28); }

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

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

 a { background-color: rgb(63,33,28); }

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

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

 span { border-color: rgb(63,33,28); }

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