#3D2614

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

Shades of Bistre #3D2614

Tints of Bistre #3D2614

Color information

#3D2614 (or 0x3D2614) is unknown color: approx Bistre. HEX triplet: 3D, 26 and 14. RGB value is (61,38,20). Sum of RGB (Red+Green+Blue) = 61+38+20=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2614 is #C2D9EB. Grayscale: #2A2A2A. Windows color (decimal): -12769772 or 1320509. OLE color: 1320509.

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

Color convert

RGB613820-
CMYK00.380.670.76
HSL26.34º50.62%15.88%-
HSV(B)26.34º67.21%23.92%-
XYZ2.742.430.99-
YUV42.82115.12140.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 38 (15.23% from 255) = 31.93%
BLUE value IS 20 (8.20% from 255) = 16.81%
R=51.26%
G=31.93%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61382000.380.670.7626.3450.6215.88
Hex3D2614026434C1a3310
Octal754624046103114326320
Binary111101100110101000100110100001110011001101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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