#3F2A1A

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

Shades of Bistre #3F2A1A

Tints of Bistre #3F2A1A

Color information

#3F2A1A (or 0x3F2A1A) is unknown color: approx Bistre. HEX triplet: 3F, 2A and 1A. RGB value is (63,42,26). Sum of RGB (Red+Green+Blue) = 63+42+26=131 (17% of max value = 765). Red value is 63 (25% from 255 or 48.09% from 131); Green value is 42 (16.80% from 255 or 32.06% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2A1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F2A1A is #C0D5E5. Grayscale: #2E2E2E. Windows color (decimal): -12637670 or 1714751. OLE color: 1714751.

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

Color convert

RGB634226-
CMYK00.330.590.75
HSL25.95º41.57%17.45%-
HSV(B)25.95º58.73%24.71%-
XYZ3.062.791.35-
YUV46.46116.46139.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 48.09%
GREEN value IS 42 (16.80% from 255) = 32.06%
BLUE value IS 26 (10.55% from 255) = 19.85%
R=48.09%
G=32.06%
B=19.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63422600.330.590.7525.9541.5717.45
Hex3F2A1A0213B4B1a2a11
Octal77523204173113325221
Binary11111110101011010010000111101110010111101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,26); }

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

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

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

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

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

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

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