#39221D

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

Shades of Brown Pod #39221D

Tints of Brown Pod #39221D

Color information

#39221D (or 0x39221D) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 1D. RGB value is (57,34,29). Sum of RGB (Red+Green+Blue) = 57+34+29=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39221D is #C6DDE2. Grayscale: #282828. Windows color (decimal): -13032931 or 1909305. OLE color: 1909305.

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

Color convert

RGB573429-
CMYK00.400.490.78
HSL10.71º32.56%16.86%-
HSV(B)10.71º49.12%22.35%-
XYZ2.482.11.44-
YUV40.31121.62139.91-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 29 (11.72% from 255) = 24.17%
R=47.5%
G=28.33%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342900.400.490.7810.7132.5616.86
Hex39221D028314Eb2111
Octal71423505061116134121
Binary1110011000101110101010001100011001110101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39221D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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