Html Css Color HEX #3D2C20 Bistre

📋 copy color: '#3D2C20'

red 61 ◦ green 44 ◦ blue 32

#3D2C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bistre #3D2C20

Tints of Bistre #3D2C20

RGB

 RED value IS 61 (24.22% from 255) = 44.53%

 GREEN value IS 44 (17.58% from 255) = 32.12%

 BLUE value IS 32 (12.89% from 255) = 23.36%

R = 44.53%
G = 32.12%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3D2C20 (or 0x3D2C20) is known color: Bistre. HEX triplet: 3D, 2C and 20. RGB value is (61,44,32). Sum of RGB (Red+Green+Blue) = 61+44+32=137 (18% of max value = 765). Red value is 61 (24.22% from 255 or 44.53% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2C20 is #C2D3DF. Grayscale: #2F2F2F. Windows color (decimal): -12768224 or 2108477. OLE color: 2108477.

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

Color convert

RGB 61 44 32 -
CMYK 0 0.28 0.48 0.76
HSL 24.83º 0.31% 0.18% -
HSV(B) 24.83º 0.48% 0.24% -
XYZ 3.09 2.9 1.76 -
YUV 47.72 119.13 137.48 -
System Red Green Blue C M Y K H S L
Decimal 61 44 32 0 0.28 0.48 0.76 24.83 0.31 0.18
Hex 3D 2C 20 0 1C 30 4C 19 1F 12
Octal 75 54 40 0 34 60 114 31 37 22
Binary 111101 101100 100000 0 11100 110000 1001100 11001 11111 10010

Color Harmonies of #3D2C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C20

Black with #3D2C20

Text Example


Text Example

White with #3D2C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,44,32); }

 H1.HeaderClassName
 {
   color: #3D2C20;
 }
 .AnyTagClassName
 {
   color: #3D2C20;
 }
</style>

background-color css

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

 a { background-color: rgb(61,44,32); }

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

border-color css

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

 span { border-color: rgb(61,44,32); }

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