#3D241B

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

Shades of Brown Pod #3D241B

Tints of Brown Pod #3D241B

Color information

#3D241B (or 0x3D241B) is unknown color: approx Brown Pod. HEX triplet: 3D, 24 and 1B. RGB value is (61,36,27). Sum of RGB (Red+Green+Blue) = 61+36+27=124 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.19% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241B is #C2DBE4. Grayscale: #2A2A2A. Windows color (decimal): -12770277 or 1778749. OLE color: 1778749.

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

Color convert

RGB613627-
CMYK00.410.560.76
HSL15.88º38.64%17.25%-
HSV(B)15.88º55.74%23.92%-
XYZ2.752.331.34-
YUV42.45119.28141.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.19%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=49.19%
G=29.03%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.56
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61362700.410.560.7615.8838.6417.25
Hex3D241B029384C102711
Octal75443305170114204721
Binary11110110010011011010100111100010011001000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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