#3D2115

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

Shades of Brown Pod #3D2115

Tints of Brown Pod #3D2115

Color information

#3D2115 (or 0x3D2115) is unknown color: approx Brown Pod. HEX triplet: 3D, 21 and 15. RGB value is (61,33,21). Sum of RGB (Red+Green+Blue) = 61+33+21=115 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.04% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 21 (8.59% from 255 or 18.26% from 115); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2115 is #C2DEEA. Grayscale: #282828. Windows color (decimal): -12771051 or 1384765. OLE color: 1384765.

HSL color Cylindrical-coordinate representation of color #3D2115: hue angle of 18º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D2115 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB613321-
CMYK00.460.660.76
HSL18º48.78%16.08%-
HSV(B)18º65.57%23.92%-
XYZ2.62.130.98-
YUV40117.28142.98-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.04%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 21 (8.59% from 255) = 18.26%
R=53.04%
G=28.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61332100.460.660.761848.7816.08
Hex3D211502E424C123110
Octal754125056102114226120
Binary111101100001101010101110100001010011001001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3D2115;
 }
 .AnyTagClassName
 {
   color: #3D2115;
 }
</style>
background-color css

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

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

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

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

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

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