#3D2718

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

Shades of Bistre #3D2718

Tints of Bistre #3D2718

Color information

#3D2718 (or 0x3D2718) is unknown color: approx Bistre. HEX triplet: 3D, 27 and 18. RGB value is (61,39,24). Sum of RGB (Red+Green+Blue) = 61+39+24=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 39 (15.62% from 255 or 31.45% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2718 is #C2D8E7. Grayscale: #2B2B2B. Windows color (decimal): -12769512 or 1582909. OLE color: 1582909.

HSL color Cylindrical-coordinate representation of color #3D2718: hue angle of 24.32º 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 #3D2718 is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.76.

Color convert

RGB613924-
CMYK00.360.610.76
HSL24.32º43.53%16.67%-
HSV(B)24.32º60.66%23.92%-
XYZ2.812.511.2-
YUV43.87116.79140.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 39 (15.62% from 255) = 31.45%
BLUE value IS 24 (9.77% from 255) = 19.35%
R=49.19%
G=31.45%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61392400.360.610.7624.3243.5316.67
Hex3D27180243D4C182c11
Octal75473004475114305421
Binary11110110011111000010010011110110011001100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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