Html Css Color HEX #3D2421 Brown Pod

📋 copy color: '#3D2421'

red 61 ◦ green 36 ◦ blue 33

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

Shades of Brown Pod #3D2421

Tints of Brown Pod #3D2421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 46.92%
G = 27.69%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#3D2421 (or 0x3D2421) is known color: Brown Pod. HEX triplet: 3D, 24 and 21. RGB value is (61,36,33). Sum of RGB (Red+Green+Blue) = 61+36+33=130 (17% of max value = 765). Red value is 61 (24.22% from 255 or 46.92% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2421 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2421 is #C2DBDE. Grayscale: #2B2B2B. Windows color (decimal): -12770271 or 2171965. OLE color: 2171965.

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

Color convert

RGB 61 36 33 -
CMYK 0 0.41 0.46 0.76
HSL 6.43º 0.3% 0.18% -
HSV(B) 6.43º 0.46% 0.24% -
XYZ 2.83 2.36 1.75 -
YUV 43.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 61 36 33 0 0.41 0.46 0.76 6.43 0.3 0.18
Hex 3D 24 21 0 29 2E 4C 6 1E 12
Octal 75 44 41 0 51 56 114 6 36 22
Binary 111101 100100 100001 0 101001 101110 1001100 110 11110 10010

Color Harmonies of #3D2421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2421

Black with #3D2421

Text Example


Text Example

White with #3D2421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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