#3D1C15

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

Shades of Brown Pod #3D1C15

Tints of Brown Pod #3D1C15

Color information

#3D1C15 (or 0x3D1C15) is unknown color: approx Brown Pod. HEX triplet: 3D, 1C and 15. RGB value is (61,28,21). Sum of RGB (Red+Green+Blue) = 61+28+21=110 (14% of max value = 765). Red value is 61 (24.22% from 255 or 55.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 21 (8.59% from 255 or 19.09% from 110); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C15 is #C2E3EA. Grayscale: #252525. Windows color (decimal): -12772331 or 1383485. OLE color: 1383485.

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

Color convert

RGB612821-
CMYK00.540.660.76
HSL10.5º48.78%16.08%-
HSV(B)10.5º65.57%23.92%-
XYZ2.481.880.94-
YUV37.07118.93145.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 55.45%
GREEN value IS 28 (11.33% from 255) = 25.45%
BLUE value IS 21 (8.59% from 255) = 19.09%
R=55.45%
G=25.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61282100.540.660.7610.548.7816.08
Hex3D1C15036424Ca3110
Octal753425066102114126120
Binary1111011110010101011011010000101001100101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,28,21); }

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

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

 a { background-color: rgb(61,28,21); }

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

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

 span { border-color: rgb(61,28,21); }

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