#3F211B

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

Shades of Brown Pod #3F211B

Tints of Brown Pod #3F211B

Color information

#3F211B (or 0x3F211B) is unknown color: approx Brown Pod. HEX triplet: 3F, 21 and 1B. RGB value is (63,33,27). Sum of RGB (Red+Green+Blue) = 63+33+27=123 (16% of max value = 765). Red value is 63 (25% from 255 or 51.22% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 27 (10.94% from 255 or 21.95% from 123); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211B is #C0DEE4. Grayscale: #292929. Windows color (decimal): -12639973 or 1777983. OLE color: 1777983.

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

Color convert

RGB633327-
CMYK00.480.570.75
HSL10º40%17.65%-
HSV(B)10º57.14%24.71%-
XYZ2.792.221.32-
YUV41.29119.94143.49-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.22%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 27 (10.94% from 255) = 21.95%
R=51.22%
G=26.83%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63332700.480.570.75104017.65
Hex3F211B030394Ba2812
Octal77413306071113125022
Binary1111111000011101101100001110011001011101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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