#3D2D21

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

Shades of Bistre #3D2D21

Tints of Bistre #3D2D21

Color information

#3D2D21 (or 0x3D2D21) is unknown color: approx Bistre. HEX triplet: 3D, 2D and 21. RGB value is (61,45,33). Sum of RGB (Red+Green+Blue) = 61+45+33=139 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.88% from 139); Green value is 45 (17.97% from 255 or 32.37% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2D21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2D21 is #C2D2DE. Grayscale: #303030. Windows color (decimal): -12767967 or 2174269. OLE color: 2174269.

HSL color Cylindrical-coordinate representation of color #3D2D21: hue angle of 25.71º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D2D21 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB614533-
CMYK00.260.460.76
HSL25.71º29.79%18.43%-
HSV(B)25.71º45.9%23.92%-
XYZ3.142.981.85-
YUV48.42119.3136.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 43.88%
GREEN value IS 45 (17.97% from 255) = 32.37%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=43.88%
G=32.37%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61453300.260.460.7625.7129.7918.43
Hex3D2D2101A2E4C1a1e12
Octal75554103256114323622
Binary1111011011011000010110101011101001100110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,45,33); }

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

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

 a { background-color: rgb(61,45,33); }

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

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

 span { border-color: rgb(61,45,33); }

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