Html Css Color HEX #3D2221 Livid Brown

📋 copy color: '#3D2221'

red 61 ◦ green 34 ◦ blue 33

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

Shades of Livid Brown #3D2221

Tints of Livid Brown #3D2221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

 BLUE value IS 33 (13.28% from 255) = 25.78%

R = 47.66%
G = 26.56%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#3D2221 (or 0x3D2221) is known color: Livid Brown. HEX triplet: 3D, 22 and 21. RGB value is (61,34,33). Sum of RGB (Red+Green+Blue) = 61+34+33=128 (16% of max value = 765). Red value is 61 (24.22% from 255 or 47.66% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 33 (13.28% from 255 or 25.78% from 128); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2221 is #C2DDDE. Grayscale: #292929. Windows color (decimal): -12770783 or 2171453. OLE color: 2171453.

HSL color Cylindrical-coordinate representation of color #3D2221: hue angle of 2.14º 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 #3D2221 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.76.

Color convert

RGB 61 34 33 -
CMYK 0 0.44 0.46 0.76
HSL 2.14º 0.3% 0.18% -
HSV(B) 2.14º 0.46% 0.24% -
XYZ 2.77 2.25 1.73 -
YUV 41.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 61 34 33 0 0.44 0.46 0.76 2.14 0.3 0.18
Hex 3D 22 21 0 2C 2E 4C 2 1E 12
Octal 75 42 41 0 54 56 114 2 36 22
Binary 111101 100010 100001 0 101100 101110 1001100 10 11110 10010

Color Harmonies of #3D2221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2221

Black with #3D2221

Text Example


Text Example

White with #3D2221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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