#39211C

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

Shades of Brown Pod #39211C

Tints of Brown Pod #39211C

Color information

#39211C (or 0x39211C) is unknown color: approx Brown Pod. HEX triplet: 39, 21 and 1C. RGB value is (57,33,28). Sum of RGB (Red+Green+Blue) = 57+33+28=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 33 (13.28% from 255 or 27.97% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #39211C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39211C is #C6DEE3. Grayscale: #272727. Windows color (decimal): -13033188 or 1843513. OLE color: 1843513.

HSL color Cylindrical-coordinate representation of color #39211C: hue angle of 10.34º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #39211C is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB573328-
CMYK00.420.510.78
HSL10.34º34.12%16.67%-
HSV(B)10.34º50.88%22.35%-
XYZ2.442.041.36-
YUV39.61121.45140.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.31%
GREEN value IS 33 (13.28% from 255) = 27.97%
BLUE value IS 28 (11.33% from 255) = 23.73%
R=48.31%
G=27.97%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57332800.420.510.7810.3434.1216.67
Hex39211C02A334Ea2211
Octal71413405263116124221
Binary1110011000011110001010101100111001110101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39211C; }

 p { color: rgb(57,33,28); }

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

<style>
 a { background-color: #39211C; }

 a { background-color: rgb(57,33,28); }

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

<style>
 span { border-color: #39211C; }

 span { border-color: rgb(57,33,28); }

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