#3D2A19

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

Shades of Bistre #3D2A19

Tints of Bistre #3D2A19

Color information

#3D2A19 (or 0x3D2A19) is unknown color: approx Bistre. HEX triplet: 3D, 2A and 19. RGB value is (61,42,25). Sum of RGB (Red+Green+Blue) = 61+42+25=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2A19 is #C2D5E6. Grayscale: #2D2D2D. Windows color (decimal): -12768743 or 1649213. OLE color: 1649213.

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

Color convert

RGB614225-
CMYK00.310.590.76
HSL28.33º41.86%16.86%-
HSV(B)28.33º59.02%23.92%-
XYZ2.932.721.29-
YUV45.74116.29138.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=47.66%
G=32.81%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61422500.310.590.7628.3341.8616.86
Hex3D2A1901F3B4C1c2a11
Octal75523103773114345221
Binary1111011010101100101111111101110011001110010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,42,25); }

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

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

 a { background-color: rgb(61,42,25); }

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

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

 span { border-color: rgb(61,42,25); }

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