#3D200E

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

Shades of Brown Pod #3D200E

Tints of Brown Pod #3D200E

Color information

#3D200E (or 0x3D200E) is unknown color: approx Brown Pod. HEX triplet: 3D, 20 and 0E. RGB value is (61,32,14). Sum of RGB (Red+Green+Blue) = 61+32+14=107 (14% of max value = 765). Red value is 61 (24.22% from 255 or 57.01% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 61 - color contains mainly: red. Hex color #3D200E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D200E is #C2DFF1. Grayscale: #262626. Windows color (decimal): -12771314 or 925757. OLE color: 925757.

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

Color convert

RGB613214-
CMYK00.480.770.76
HSL22.98º62.67%14.71%-
HSV(B)22.98º77.05%23.92%-
XYZ2.522.060.68-
YUV38.62114.11143.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 57.01%
GREEN value IS 32 (12.89% from 255) = 29.91%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=57.01%
G=29.91%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61321400.480.770.7622.9862.6714.71
Hex3D20E0304D4C173ff
Octal754016060115114277717
Binary1111011000001110011000010011011001100101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D200E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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