#3F2E22

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

Shades of Bistre #3F2E22

Tints of Bistre #3F2E22

Color information

#3F2E22 (or 0x3F2E22) is unknown color: approx Bistre. HEX triplet: 3F, 2E and 22. RGB value is (63,46,34). Sum of RGB (Red+Green+Blue) = 63+46+34=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 34 (13.67% from 255 or 23.78% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2E22 is #C0D1DD. Grayscale: #313131. Windows color (decimal): -12636638 or 2240063. OLE color: 2240063.

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

Color convert

RGB634634-
CMYK00.270.460.75
HSL24.83º29.9%19.02%-
HSV(B)24.83º46.03%24.71%-
XYZ3.323.131.94-
YUV49.72119.13137.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 44.06%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 34 (13.67% from 255) = 23.78%
R=44.06%
G=32.17%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63463400.270.460.7524.8329.919.02
Hex3F2E2201B2E4B191e13
Octal77564203356113313623
Binary1111111011101000100110111011101001011110011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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