#3F2617

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

Shades of Bistre #3F2617

Tints of Bistre #3F2617

Color information

#3F2617 (or 0x3F2617) is unknown color: approx Bistre. HEX triplet: 3F, 26 and 17. RGB value is (63,38,23). Sum of RGB (Red+Green+Blue) = 63+38+23=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2617 is #C0D9E8. Grayscale: #2B2B2B. Windows color (decimal): -12638697 or 1517119. OLE color: 1517119.

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

Color convert

RGB633823-
CMYK00.400.630.75
HSL22.5º46.51%16.86%-
HSV(B)22.5º63.49%24.71%-
XYZ2.92.51.14-
YUV43.76116.28141.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 50.81%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 23 (9.38% from 255) = 18.55%
R=50.81%
G=30.65%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63382300.400.630.7522.546.5116.86
Hex3F26170283F4B172f11
Octal77462705077113275721
Binary11111110011010111010100011111110010111011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,38,23); }

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

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

 a { background-color: rgb(63,38,23); }

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

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

 span { border-color: rgb(63,38,23); }

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