Html Css Color HEX #3D2821 Brown Pod

📋 copy color: '#3D2821'

red 61 ◦ green 40 ◦ blue 33

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

Shades of Brown Pod #3D2821

Tints of Brown Pod #3D2821

RGB

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

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

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

R = 45.52%
G = 29.85%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#3D2821 (or 0x3D2821) is known color: Brown Pod. HEX triplet: 3D, 28 and 21. RGB value is (61,40,33). Sum of RGB (Red+Green+Blue) = 61+40+33=134 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.52% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 33 (13.28% from 255 or 24.63% from 134); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2821 is #C2D7DE. Grayscale: #2D2D2D. Windows color (decimal): -12769247 or 2172989. OLE color: 2172989.

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

Color convert

RGB 61 40 33 -
CMYK 0 0.34 0.46 0.76
HSL 15º 0.3% 0.18% -
HSV(B) 15º 0.46% 0.24% -
XYZ 2.96 2.62 1.79 -
YUV 45.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 61 40 33 0 0.34 0.46 0.76 15 0.3 0.18
Hex 3D 28 21 0 22 2E 4C F 1E 12
Octal 75 50 41 0 42 56 114 17 36 22
Binary 111101 101000 100001 0 100010 101110 1001100 1111 11110 10010

Color Harmonies of #3D2821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2821

Black with #3D2821

Text Example


Text Example

White with #3D2821

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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