#39261C

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

Shades of Brown Pod #39261C

Tints of Brown Pod #39261C

Color information

#39261C (or 0x39261C) is unknown color: approx Brown Pod. HEX triplet: 39, 26 and 1C. RGB value is (57,38,28). Sum of RGB (Red+Green+Blue) = 57+38+28=123 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.34% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 57 - color contains mainly: red. Hex color #39261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39261C is #C6D9E3. Grayscale: #2A2A2A. Windows color (decimal): -13031908 or 1844793. OLE color: 1844793.

HSL color Cylindrical-coordinate representation of color #39261C: hue angle of 20.69º 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 #39261C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB573828-
CMYK00.330.510.78
HSL20.69º34.12%16.67%-
HSV(B)20.69º50.88%22.35%-
XYZ2.592.341.41-
YUV42.54119.79138.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 46.34%
GREEN value IS 38 (15.23% from 255) = 30.89%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=46.34%
G=30.89%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57382800.330.510.7820.6934.1216.67
Hex39261C021334E152211
Octal71463404163116254221
Binary11100110011011100010000111001110011101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39261C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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