#3F2C18

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

Shades of Bistre #3F2C18

Tints of Bistre #3F2C18

Color information

#3F2C18 (or 0x3F2C18) is unknown color: approx Bistre. HEX triplet: 3F, 2C and 18. RGB value is (63,44,24). Sum of RGB (Red+Green+Blue) = 63+44+24=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2C18 is #C0D3E7. Grayscale: #2F2F2F. Windows color (decimal): -12637160 or 1584191. OLE color: 1584191.

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

Color convert

RGB634424-
CMYK00.300.620.75
HSL30.77º44.83%17.06%-
HSV(B)30.77º61.9%24.71%-
XYZ3.122.921.26-
YUV47.4114.79139.13-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=48.09%
G=33.59%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63442400.300.620.7530.7744.8317.06
Hex3F2C1801E3E4B1f2d11
Octal77543003676113375521
Binary1111111011001100001111011111010010111111110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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