#39221E

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

Shades of Brown Pod #39221E

Tints of Brown Pod #39221E

Color information

#39221E (or 0x39221E) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 1E. RGB value is (57,34,30). Sum of RGB (Red+Green+Blue) = 57+34+30=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 30 (12.11% from 255 or 24.79% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39221E is #C6DDE1. Grayscale: #282828. Windows color (decimal): -13032930 or 1974841. OLE color: 1974841.

HSL color Cylindrical-coordinate representation of color #39221E: hue angle of 8.89º 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 #39221E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB573430-
CMYK00.400.470.78
HSL8.89º31.03%17.06%-
HSV(B)8.89º47.37%22.35%-
XYZ2.492.111.5-
YUV40.42122.12139.83-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 30 (12.11% from 255) = 24.79%
R=47.11%
G=28.10%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57343000.400.470.788.8931.0317.06
Hex39221E0282F4E91f11
Octal71423605057116113721
Binary111001100010111100101000101111100111010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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