Html Css Color HEX #3D201E Brown Pod

📋 copy color: '#3D201E'

red 61 ◦ green 32 ◦ blue 30

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

Shades of Brown Pod #3D201E

Tints of Brown Pod #3D201E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.02%

 BLUE value IS 30 (12.11% from 255) = 24.39%

R = 49.59%
G = 26.02%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.51

 K value IS 0.76

RGB Variations

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

Color information

#3D201E (or 0x3D201E) is known color: Brown Pod. HEX triplet: 3D, 20 and 1E. RGB value is (61,32,30). Sum of RGB (Red+Green+Blue) = 61+32+30=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201E is #C2DFE1. Grayscale: #282828. Windows color (decimal): -12771298 or 1974333. OLE color: 1974333.

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

Color convert

RGB 61 32 30 -
CMYK 0 0.48 0.51 0.76
HSL 3.87º 0.34% 0.18% -
HSV(B) 3.87º 0.51% 0.24% -
XYZ 2.68 2.12 1.5 -
YUV 40.44 122.11 142.66 -
System Red Green Blue C M Y K H S L
Decimal 61 32 30 0 0.48 0.51 0.76 3.87 0.34 0.18
Hex 3D 20 1E 0 30 33 4C 4 22 12
Octal 75 40 36 0 60 63 114 4 42 22
Binary 111101 100000 11110 0 110000 110011 1001100 100 100010 10010

Color Harmonies of #3D201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D201E

Black with #3D201E

Text Example


Text Example

White with #3D201E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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