#3D1D04

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

Shades of Brown Pod #3D1D04

Tints of Brown Pod #3D1D04

Color information

#3D1D04 (or 0x3D1D04) is unknown color: approx Brown Pod. HEX triplet: 3D, 1D and 04. RGB value is (61,29,4). Sum of RGB (Red+Green+Blue) = 61+29+4=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D1D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D1D04 is #C2E2FB. Grayscale: #232323. Windows color (decimal): -12772092 or 269629. OLE color: 269629.

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

Color convert

RGB61294-
CMYK00.520.930.76
HSL26.32º87.69%12.75%-
HSV(B)26.32º93.44%23.92%-
XYZ2.391.880.35-
YUV35.72110.1146.03-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.89%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=64.89%
G=30.85%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6129400.520.930.7626.3287.6912.75
Hex3D1D40345D4C1a58d
Octal753540641351143213015
Binary111101111011000110100101110110011001101010110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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