#3F2222

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

Shades of Livid Brown #3F2222

Tints of Livid Brown #3F2222

Color information

#3F2222 (or 0x3F2222) is unknown color: approx Livid Brown. HEX triplet: 3F, 22 and 22. RGB value is (63,34,34). Sum of RGB (Red+Green+Blue) = 63+34+34=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 34 (13.67% from 255 or 25.95% from 131); Blue value is 34 (13.67% from 255 or 25.95% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2222 is #C0DDDD. Grayscale: #2A2A2A. Windows color (decimal): -12639710 or 2236991. OLE color: 2236991.

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

Color convert

RGB633434-
CMYK00.460.460.75
HSL29.9%19.02%-
HSV(B)46.03%24.71%-
XYZ2.912.321.81-
YUV42.67123.11142.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 34 (13.67% from 255) = 25.95%
BLUE value IS 34 (13.67% from 255) = 25.95%
R=48.09%
G=25.95%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63343400.460.460.75029.919.02
Hex3F222202E2E4B01e13
Octal7742420565611303623
Binary1111111000101000100101110101110100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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