#39221A

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

Shades of Brown Pod #39221A

Tints of Brown Pod #39221A

Color information

#39221A (or 0x39221A) is unknown color: approx Brown Pod. HEX triplet: 39, 22 and 1A. RGB value is (57,34,26). Sum of RGB (Red+Green+Blue) = 57+34+26=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 34 (13.67% from 255 or 29.06% from 117); Blue value is 26 (10.55% from 255 or 22.22% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #39221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39221A is #C6DDE5. Grayscale: #282828. Windows color (decimal): -13032934 or 1712697. OLE color: 1712697.

HSL color Cylindrical-coordinate representation of color #39221A: hue angle of 15.48º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39221A is Cyan = 0, Magento = 0.40, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB573426-
CMYK00.400.540.78
HSL15.48º37.35%16.27%-
HSV(B)15.48º54.39%22.35%-
XYZ2.452.091.25-
YUV39.96120.12140.15-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 34 (13.67% from 255) = 29.06%
BLUE value IS 26 (10.55% from 255) = 22.22%
R=48.72%
G=29.06%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57342600.400.540.7815.4837.3516.27
Hex39221A028364Ef2510
Octal71423205066116174520
Binary1110011000101101001010001101101001110111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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