#3D1C06

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

Shades of Brown Pod #3D1C06

Tints of Brown Pod #3D1C06

Color information

#3D1C06 (or 0x3D1C06) is unknown color: approx Brown Pod. HEX triplet: 3D, 1C and 06. RGB value is (61,28,6). Sum of RGB (Red+Green+Blue) = 61+28+6=95 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.21% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1C06 is #C2E3F9. Grayscale: #232323. Windows color (decimal): -12772346 or 400445. OLE color: 400445.

HSL color Cylindrical-coordinate representation of color #3D1C06: hue angle of 24º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D1C06 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB61286-
CMYK00.540.900.76
HSL24º82.09%13.14%-
HSV(B)24º90.16%23.92%-
XYZ2.371.840.4-
YUV35.36111.43146.29-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.21%
GREEN value IS 28 (11.33% from 255) = 29.47%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=64.21%
G=29.47%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6128600.540.900.762482.0913.14
Hex3D1C60365A4C1852d
Octal753460661321143012215
Binary111101111001100110110101101010011001100010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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