#3D241D

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

Shades of Brown Pod #3D241D

Tints of Brown Pod #3D241D

Color information

#3D241D (or 0x3D241D) is unknown color: approx Brown Pod. HEX triplet: 3D, 24 and 1D. RGB value is (61,36,29). Sum of RGB (Red+Green+Blue) = 61+36+29=126 (16% of max value = 765). Red value is 61 (24.22% from 255 or 48.41% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241D is #C2DBE2. Grayscale: #2A2A2A. Windows color (decimal): -12770275 or 1909821. OLE color: 1909821.

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

Color convert

RGB613629-
CMYK00.410.520.76
HSL13.13º35.56%17.65%-
HSV(B)13.13º52.46%23.92%-
XYZ2.782.341.47-
YUV42.68120.28141.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 48.41%
GREEN value IS 36 (14.45% from 255) = 28.57%
BLUE value IS 29 (11.72% from 255) = 23.02%
R=48.41%
G=28.57%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61362900.410.520.7613.1335.5617.65
Hex3D241D029344Cd2412
Octal75443505164114154422
Binary1111011001001110101010011101001001100110110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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