#3F201B

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

Shades of Brown Pod #3F201B

Tints of Brown Pod #3F201B

Color information

#3F201B (or 0x3F201B) is unknown color: approx Brown Pod. HEX triplet: 3F, 20 and 1B. RGB value is (63,32,27). Sum of RGB (Red+Green+Blue) = 63+32+27=122 (16% of max value = 765). Red value is 63 (25% from 255 or 51.64% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 63 - color contains mainly: red. Hex color #3F201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F201B is #C0DFE4. Grayscale: #282828. Windows color (decimal): -12640229 or 1777727. OLE color: 1777727.

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

Color convert

RGB633227-
CMYK00.490.570.75
HSL8.33º40%17.65%-
HSV(B)8.33º57.14%24.71%-
XYZ2.762.171.31-
YUV40.7120.27143.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 51.64%
GREEN value IS 32 (12.89% from 255) = 26.23%
BLUE value IS 27 (10.94% from 255) = 22.13%
R=51.64%
G=26.23%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63322700.490.570.758.334017.65
Hex3F201B031394B82812
Octal77403306171113105022
Binary1111111000001101101100011110011001011100010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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