Html Css Color HEX #3D2921 Brown Pod

📋 copy color: '#3D2921'

red 61 ◦ green 41 ◦ blue 33

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

Shades of Brown Pod #3D2921

Tints of Brown Pod #3D2921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 30.37%

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

R = 45.19%
G = 30.37%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.76

RGB Variations

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

Color information

#3D2921 (or 0x3D2921) is known color: Brown Pod. HEX triplet: 3D, 29 and 21. RGB value is (61,41,33). Sum of RGB (Red+Green+Blue) = 61+41+33=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D2921 is #C2D6DE. Grayscale: #2E2E2E. Windows color (decimal): -12768991 or 2173245. OLE color: 2173245.

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

Color convert

RGB 61 41 33 -
CMYK 0 0.33 0.46 0.76
HSL 17.14º 0.3% 0.18% -
HSV(B) 17.14º 0.46% 0.24% -
XYZ 2.99 2.69 1.8 -
YUV 46.07 120.63 138.65 -
System Red Green Blue C M Y K H S L
Decimal 61 41 33 0 0.33 0.46 0.76 17.14 0.3 0.18
Hex 3D 29 21 0 21 2E 4C 11 1E 12
Octal 75 51 41 0 41 56 114 21 36 22
Binary 111101 101001 100001 0 100001 101110 1001100 10001 11110 10010

Color Harmonies of #3D2921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2921

Black with #3D2921

Text Example


Text Example

White with #3D2921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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