Html Css Color HEX #3D2820 Brown Pod

📋 copy color: '#3D2820'

red 61 ◦ green 40 ◦ blue 32

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

Shades of Brown Pod #3D2820

Tints of Brown Pod #3D2820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.08%

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

R = 45.86%
G = 30.08%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.76

RGB Variations

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

Color information

#3D2820 (or 0x3D2820) is known color: Brown Pod. HEX triplet: 3D, 28 and 20. RGB value is (61,40,32). Sum of RGB (Red+Green+Blue) = 61+40+32=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2820 is #C2D7DF. Grayscale: #2D2D2D. Windows color (decimal): -12769248 or 2107453. OLE color: 2107453.

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

Color convert

RGB 61 40 32 -
CMYK 0 0.34 0.48 0.76
HSL 16.55º 0.31% 0.18% -
HSV(B) 16.55º 0.48% 0.24% -
XYZ 2.94 2.61 1.72 -
YUV 45.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 61 40 32 0 0.34 0.48 0.76 16.55 0.31 0.18
Hex 3D 28 20 0 22 30 4C 11 1F 12
Octal 75 50 40 0 42 60 114 21 37 22
Binary 111101 101000 100000 0 100010 110000 1001100 10001 11111 10010

Color Harmonies of #3D2820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2820

Black with #3D2820

Text Example


Text Example

White with #3D2820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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