#3F211E

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

Shades of Brown Pod #3F211E

Tints of Brown Pod #3F211E

Color information

#3F211E (or 0x3F211E) is unknown color: approx Brown Pod. HEX triplet: 3F, 21 and 1E. RGB value is (63,33,30). Sum of RGB (Red+Green+Blue) = 63+33+30=126 (16% of max value = 765). Red value is 63 (25% from 255 or 50% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 63 - color contains mainly: red. Hex color #3F211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F211E is #C0DEE1. Grayscale: #292929. Windows color (decimal): -12639970 or 1974591. OLE color: 1974591.

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

Color convert

RGB633330-
CMYK00.480.520.75
HSL5.45º35.48%18.24%-
HSV(B)5.45º52.38%24.71%-
XYZ2.832.241.51-
YUV41.63121.44143.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=50%
G=26.19%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63333000.480.520.755.4535.4818.24
Hex3F211E030344B52312
Octal7741360606411354322
Binary111111100001111100110000110100100101110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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