#39241D

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

Shades of Brown Pod #39241D

Tints of Brown Pod #39241D

Color information

#39241D (or 0x39241D) is unknown color: approx Brown Pod. HEX triplet: 39, 24 and 1D. RGB value is (57,36,29). Sum of RGB (Red+Green+Blue) = 57+36+29=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #39241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39241D is #C6DBE2. Grayscale: #292929. Windows color (decimal): -13032419 or 1909817. OLE color: 1909817.

HSL color Cylindrical-coordinate representation of color #39241D: hue angle of 15º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #39241D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB573629-
CMYK00.370.490.78
HSL15º32.56%16.86%-
HSV(B)15º49.12%22.35%-
XYZ2.542.221.46-
YUV41.48120.96139.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.72%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=46.72%
G=29.51%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57362900.370.490.781532.5616.86
Hex39241D025314Ef2111
Octal71443504561116174121
Binary1110011001001110101001011100011001110111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39241D; }

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

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

<style>
 a { background-color: #39241D; }

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

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

<style>
 span { border-color: #39241D; }

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

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