#3F2422

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

Shades of Livid Brown #3F2422

Tints of Livid Brown #3F2422

Color information

#3F2422 (or 0x3F2422) is unknown color: approx Livid Brown. HEX triplet: 3F, 24 and 22. RGB value is (63,36,34). Sum of RGB (Red+Green+Blue) = 63+36+34=133 (17% of max value = 765). Red value is 63 (25% from 255 or 47.37% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2422 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2422 is #C0DBDD. Grayscale: #2B2B2B. Windows color (decimal): -12639198 or 2237503. OLE color: 2237503.

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

Color convert

RGB633634-
CMYK00.430.460.75
HSL4.14º29.9%19.02%-
HSV(B)4.14º46.03%24.71%-
XYZ2.972.431.83-
YUV43.84122.45141.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.37%
GREEN value IS 36 (14.45% from 255) = 27.07%
BLUE value IS 34 (13.67% from 255) = 25.56%
R=47.37%
G=27.07%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63363400.430.460.754.1429.919.02
Hex3F242202B2E4B41e13
Octal7744420535611343623
Binary111111100100100010010101110111010010111001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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