#3D201E

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

Shades of Brown Pod #3D201E

Tints of Brown Pod #3D201E

Color information

#3D201E (or 0x3D201E) is unknown color: approx Brown Pod. HEX triplet: 3D, 20 and 1E. RGB value is (61,32,30). Sum of RGB (Red+Green+Blue) = 61+32+30=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201E is #C2DFE1. Grayscale: #282828. Windows color (decimal): -12771298 or 1974333. OLE color: 1974333.

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

Color convert

RGB613230-
CMYK00.480.510.76
HSL3.87º34.07%17.84%-
HSV(B)3.87º50.82%23.92%-
XYZ2.682.121.5-
YUV40.44122.11142.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.59%
GREEN value IS 32 (12.89% from 255) = 26.02%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=49.59%
G=26.02%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.51
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61323000.480.510.763.8734.0717.84
Hex3D201E030334C42212
Octal7540360606311444222
Binary111101100000111100110000110011100110010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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