Html Css Color HEX #3D211D Brown Pod

📋 copy color: '#3D211D'

red 61 ◦ green 33 ◦ blue 29

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

Shades of Brown Pod #3D211D

Tints of Brown Pod #3D211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

 BLUE value IS 29 (11.72% from 255) = 23.58%

R = 49.59%
G = 26.83%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3D211D (or 0x3D211D) is known color: Brown Pod. HEX triplet: 3D, 21 and 1D. RGB value is (61,33,29). Sum of RGB (Red+Green+Blue) = 61+33+29=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 29 (11.72% from 255 or 23.58% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D211D is #C2DEE2. Grayscale: #282828. Windows color (decimal): -12771043 or 1909053. OLE color: 1909053.

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

Color convert

RGB 61 33 29 -
CMYK 0 0.46 0.52 0.76
HSL 7.5º 0.36% 0.18% -
HSV(B) 7.5º 0.52% 0.24% -
XYZ 2.69 2.17 1.44 -
YUV 40.92 121.28 142.33 -
System Red Green Blue C M Y K H S L
Decimal 61 33 29 0 0.46 0.52 0.76 7.5 0.36 0.18
Hex 3D 21 1D 0 2E 34 4C 8 24 12
Octal 75 41 35 0 56 64 114 10 44 22
Binary 111101 100001 11101 0 101110 110100 1001100 1000 100100 10010

Color Harmonies of #3D211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D211D

Black with #3D211D

Text Example


Text Example

White with #3D211D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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