#3D201A

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

Shades of Brown Pod #3D201A

Tints of Brown Pod #3D201A

Color information

#3D201A (or 0x3D201A) is unknown color: approx Brown Pod. HEX triplet: 3D, 20 and 1A. RGB value is (61,32,26). Sum of RGB (Red+Green+Blue) = 61+32+26=119 (15% of max value = 765). Red value is 61 (24.22% from 255 or 51.26% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 26 (10.55% from 255 or 21.85% from 119); Max value from RGB is 61 - color contains mainly: red. Hex color #3D201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D201A is #C2DFE5. Grayscale: #282828. Windows color (decimal): -12771302 or 1712189. OLE color: 1712189.

HSL color Cylindrical-coordinate representation of color #3D201A: hue angle of 10.29º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D201A is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB613226-
CMYK00.480.570.76
HSL10.29º40.23%17.06%-
HSV(B)10.29º57.38%23.92%-
XYZ2.632.11.24-
YUV39.99120.11142.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 51.26%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 26 (10.55% from 255) = 21.85%
R=51.26%
G=26.89%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61322600.480.570.7610.2940.2317.06
Hex3D201A030394Ca2811
Octal75403206071114125021
Binary1111011000001101001100001110011001100101010100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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