#3B2618

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

Shades of Bistre #3B2618

Tints of Bistre #3B2618

Color information

#3B2618 (or 0x3B2618) is unknown color: approx Bistre. HEX triplet: 3B, 26 and 18. RGB value is (59,38,24). Sum of RGB (Red+Green+Blue) = 59+38+24=121 (16% of max value = 765). Red value is 59 (23.44% from 255 or 48.76% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 24 (9.77% from 255 or 19.83% from 121); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B2618 is #C4D9E7. Grayscale: #2A2A2A. Windows color (decimal): -12900840 or 1582651. OLE color: 1582651.

HSL color Cylindrical-coordinate representation of color #3B2618: hue angle of 24º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B2618 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.77.

Color convert

RGB593824-
CMYK00.360.590.77
HSL24º42.17%16.27%-
HSV(B)24º59.32%23.14%-
XYZ2.662.381.18-
YUV42.68117.46139.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 48.76%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 24 (9.77% from 255) = 19.83%
R=48.76%
G=31.40%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59382400.360.590.772442.1716.27
Hex3B26180243B4D182a10
Octal73463004473115305220
Binary11101110011011000010010011101110011011100010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,24); }

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

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

 a { background-color: rgb(59,38,24); }

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

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

 span { border-color: rgb(59,38,24); }

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