#3D1E14

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

Shades of Brown Pod #3D1E14

Tints of Brown Pod #3D1E14

Color information

#3D1E14 (or 0x3D1E14) is unknown color: approx Brown Pod. HEX triplet: 3D, 1E and 14. RGB value is (61,30,20). Sum of RGB (Red+Green+Blue) = 61+30+20=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1E14 is #C2E1EB. Grayscale: #262626. Windows color (decimal): -12771820 or 1318461. OLE color: 1318461.

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

Color convert

RGB613020-
CMYK00.510.670.76
HSL14.63º50.62%15.88%-
HSV(B)14.63º67.21%23.92%-
XYZ2.521.970.91-
YUV38.13117.77144.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 30 (12.11% from 255) = 27.03%
BLUE value IS 20 (8.20% from 255) = 18.02%
R=54.95%
G=27.03%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61302000.510.670.7614.6350.6215.88
Hex3D1E14033434Cf3310
Octal753624063103114176320
Binary1111011111010100011001110000111001100111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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