#3F2810

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

Shades of Bistre #3F2810

Tints of Bistre #3F2810

Color information

#3F2810 (or 0x3F2810) is unknown color: approx Bistre. HEX triplet: 3F, 28 and 10. RGB value is (63,40,16). Sum of RGB (Red+Green+Blue) = 63+40+16=119 (15% of max value = 765). Red value is 63 (25% from 255 or 52.94% from 119); Green value is 40 (16.02% from 255 or 33.61% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2810 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2810 is #C0D7EF. Grayscale: #2C2C2C. Windows color (decimal): -12638192 or 1058879. OLE color: 1058879.

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

Color convert

RGB634016-
CMYK00.370.750.75
HSL30.64º59.49%15.49%-
HSV(B)30.64º74.6%24.71%-
XYZ2.92.610.84-
YUV44.14112.12141.45-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 52.94%
GREEN value IS 40 (16.02% from 255) = 33.61%
BLUE value IS 16 (6.64% from 255) = 13.45%
R=52.94%
G=33.61%
B=13.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63401600.370.750.7530.6459.4915.49
Hex3F28100254B4B1f3bf
Octal775020045113113377317
Binary11111110100010000010010110010111001011111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,40,16); }

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

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

 a { background-color: rgb(63,40,16); }

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

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

 span { border-color: rgb(63,40,16); }

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