#3D211E

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

Shades of Brown Pod #3D211E

Tints of Brown Pod #3D211E

Color information

#3D211E (or 0x3D211E) is unknown color: approx Brown Pod. HEX triplet: 3D, 21 and 1E. RGB value is (61,33,30). Sum of RGB (Red+Green+Blue) = 61+33+30=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D211E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D211E is #C2DEE1. Grayscale: #292929. Windows color (decimal): -12771042 or 1974589. OLE color: 1974589.

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

Color convert

RGB613330-
CMYK00.460.510.76
HSL5.81º34.07%17.84%-
HSV(B)5.81º50.82%23.92%-
XYZ2.72.171.51-
YUV41.03121.78142.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 30 (12.11% from 255) = 24.19%
R=49.19%
G=26.61%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61333000.460.510.765.8134.0717.84
Hex3D211E02E334C62212
Octal7541360566311464222
Binary111101100001111100101110110011100110011010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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