#3D2921

Color #3D2921 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #3D2921

Tints of Brown Pod #3D2921

Color information

#3D2921 (or 0x3D2921) is unknown color: approx 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

RGB614133-
CMYK00.330.460.76
HSL17.14º29.79%18.43%-
HSV(B)17.14º45.9%23.92%-
XYZ2.992.691.8-
YUV46.07120.63138.65-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61413300.330.460.7617.1429.7918.43
Hex3D29210212E4C111e12
Octal75514104156114213622
Binary11110110100110000101000011011101001100100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>