#3F2C21

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

Shades of Bistre #3F2C21

Tints of Bistre #3F2C21

Color information

#3F2C21 (or 0x3F2C21) is unknown color: approx Bistre. HEX triplet: 3F, 2C and 21. RGB value is (63,44,33). Sum of RGB (Red+Green+Blue) = 63+44+33=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2C21 is #C0D3DE. Grayscale: #303030. Windows color (decimal): -12637151 or 2174015. OLE color: 2174015.

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

Color convert

RGB634433-
CMYK00.300.480.75
HSL22º31.25%18.82%-
HSV(B)22º47.62%24.71%-
XYZ3.232.971.84-
YUV48.43119.29138.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 33 (13.28% from 255) = 23.57%
R=45%
G=31.43%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63443300.300.480.752231.2518.82
Hex3F2C2101E304B161f13
Octal77544103660113263723
Binary1111111011001000010111101100001001011101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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