#3D291A

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

Shades of Bistre #3D291A

Tints of Bistre #3D291A

Color information

#3D291A (or 0x3D291A) is unknown color: approx Bistre. HEX triplet: 3D, 29 and 1A. RGB value is (61,41,26). Sum of RGB (Red+Green+Blue) = 61+41+26=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D291A is #C2D6E5. Grayscale: #2D2D2D. Windows color (decimal): -12768998 or 1714493. OLE color: 1714493.

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

Color convert

RGB614126-
CMYK00.330.570.76
HSL25.71º40.23%17.06%-
HSV(B)25.71º57.38%23.92%-
XYZ2.92.651.34-
YUV45.27117.13139.22-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 47.66%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 26 (10.55% from 255) = 20.31%
R=47.66%
G=32.03%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61412600.330.570.7625.7140.2317.06
Hex3D291A021394C1a2811
Octal75513204171114325021
Binary11110110100111010010000111100110011001101010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,26); }

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

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

 a { background-color: rgb(61,41,26); }

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

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

 span { border-color: rgb(61,41,26); }

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