#3F2221

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

Shades of Livid Brown #3F2221

Tints of Livid Brown #3F2221

Color information

#3F2221 (or 0x3F2221) is unknown color: approx Livid Brown. HEX triplet: 3F, 22 and 21. RGB value is (63,34,33). Sum of RGB (Red+Green+Blue) = 63+34+33=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2221 is #C0DDDE. Grayscale: #2A2A2A. Windows color (decimal): -12639711 or 2171455. OLE color: 2171455.

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

Color convert

RGB633433-
CMYK00.460.480.75
HSL31.25%18.82%-
HSV(B)47.62%24.71%-
XYZ2.92.311.73-
YUV42.56122.61142.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.46%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 33 (13.28% from 255) = 25.38%
R=48.46%
G=26.15%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63343300.460.480.75231.2518.82
Hex3F222102E304B21f13
Octal7742410566011323723
Binary11111110001010000101011101100001001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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