#3D2820

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

Shades of Brown Pod #3D2820

Tints of Brown Pod #3D2820

Color information

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

RGB614032-
CMYK00.340.480.76
HSL16.55º31.18%18.24%-
HSV(B)16.55º47.54%23.92%-
XYZ2.942.611.72-
YUV45.37120.46139.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61403200.340.480.7616.5531.1818.24
Hex3D2820022304C111f12
Octal75504004260114213722
Binary11110110100010000001000101100001001100100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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