#3D1D15

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

Shades of Brown Pod #3D1D15

Tints of Brown Pod #3D1D15

Color information

#3D1D15 (or 0x3D1D15) is unknown color: approx Brown Pod. HEX triplet: 3D, 1D and 15. RGB value is (61,29,21). Sum of RGB (Red+Green+Blue) = 61+29+21=111 (14% of max value = 765). Red value is 61 (24.22% from 255 or 54.95% from 111); Green value is 29 (11.72% from 255 or 26.13% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D15 is #C2E2EA. Grayscale: #252525. Windows color (decimal): -12772075 or 1383741. OLE color: 1383741.

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

Color convert

RGB612921-
CMYK00.520.660.76
HSL12º48.78%16.08%-
HSV(B)12º65.57%23.92%-
XYZ2.51.920.95-
YUV37.66118.6144.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 54.95%
GREEN value IS 29 (11.72% from 255) = 26.13%
BLUE value IS 21 (8.59% from 255) = 18.92%
R=54.95%
G=26.13%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61292100.520.660.761248.7816.08
Hex3D1D15034424Cc3110
Octal753525064102114146120
Binary1111011110110101011010010000101001100110011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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