#3D1D18

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

Shades of Brown Pod #3D1D18

Tints of Brown Pod #3D1D18

Color information

#3D1D18 (or 0x3D1D18) is unknown color: approx Brown Pod. HEX triplet: 3D, 1D and 18. RGB value is (61,29,24). Sum of RGB (Red+Green+Blue) = 61+29+24=114 (15% of max value = 765). Red value is 61 (24.22% from 255 or 53.51% from 114); Green value is 29 (11.72% from 255 or 25.44% from 114); Blue value is 24 (9.77% from 255 or 21.05% from 114); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D18 is #C2E2E7. Grayscale: #262626. Windows color (decimal): -12772072 or 1580349. OLE color: 1580349.

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

Color convert

RGB612924-
CMYK00.520.610.76
HSL8.11º43.53%16.67%-
HSV(B)8.11º60.66%23.92%-
XYZ2.531.941.1-
YUV38120.1144.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 53.51%
GREEN value IS 29 (11.72% from 255) = 25.44%
BLUE value IS 24 (9.77% from 255) = 21.05%
R=53.51%
G=25.44%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61292400.520.610.768.1143.5316.67
Hex3D1D180343D4C82c11
Octal75353006475114105421
Binary111101111011100001101001111011001100100010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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