#3D2618

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

Shades of Bistre #3D2618

Tints of Bistre #3D2618

Color information

#3D2618 (or 0x3D2618) is unknown color: approx Bistre. HEX triplet: 3D, 26 and 18. RGB value is (61,38,24). Sum of RGB (Red+Green+Blue) = 61+38+24=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2618 is #C2D9E7. Grayscale: #2B2B2B. Windows color (decimal): -12769768 or 1582653. OLE color: 1582653.

HSL color Cylindrical-coordinate representation of color #3D2618: hue angle of 22.7º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D2618 is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB613824-
CMYK00.380.610.76
HSL22.7º43.53%16.67%-
HSV(B)22.7º60.66%23.92%-
XYZ2.782.441.19-
YUV43.28117.12140.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.59%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=49.59%
G=30.89%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61382400.380.610.7622.743.5316.67
Hex3D26180263D4C172c11
Octal75463004675114275421
Binary11110110011011000010011011110110011001011110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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