#39241E

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

Shades of Brown Pod #39241E

Tints of Brown Pod #39241E

Color information

#39241E (or 0x39241E) is unknown color: approx Brown Pod. HEX triplet: 39, 24 and 1E. RGB value is (57,36,30). Sum of RGB (Red+Green+Blue) = 57+36+30=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39241E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39241E is #C6DBE1. Grayscale: #292929. Windows color (decimal): -13032418 or 1975353. OLE color: 1975353.

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

Color convert

RGB573630-
CMYK00.370.470.78
HSL13.33º31.03%17.06%-
HSV(B)13.33º47.37%22.35%-
XYZ2.552.231.52-
YUV41.6121.46138.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=46.34%
G=29.27%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57363000.370.470.7813.3331.0317.06
Hex39241E0252F4Ed1f11
Octal71443604557116153721
Binary111001100100111100100101101111100111011011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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