#3D241A

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

Shades of Brown Pod #3D241A

Tints of Brown Pod #3D241A

Color information

#3D241A (or 0x3D241A) is unknown color: approx Brown Pod. HEX triplet: 3D, 24 and 1A. RGB value is (61,36,26). Sum of RGB (Red+Green+Blue) = 61+36+26=123 (16% of max value = 765). Red value is 61 (24.22% from 255 or 49.59% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 61 - color contains mainly: red. Hex color #3D241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D241A is #C2DBE5. Grayscale: #2A2A2A. Windows color (decimal): -12770278 or 1713213. OLE color: 1713213.

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

Color convert

RGB613626-
CMYK00.410.570.76
HSL17.14º40.23%17.06%-
HSV(B)17.14º57.38%23.92%-
XYZ2.742.331.28-
YUV42.33118.78141.31-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 49.59%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 26 (10.55% from 255) = 21.14%
R=49.59%
G=29.27%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61362600.410.570.7617.1440.2317.06
Hex3D241A029394C112811
Octal75443205171114215021
Binary11110110010011010010100111100110011001000110100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D241A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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