#39261D

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

Shades of Brown Pod #39261D

Tints of Brown Pod #39261D

Color information

#39261D (or 0x39261D) is unknown color: approx Brown Pod. HEX triplet: 39, 26 and 1D. RGB value is (57,38,29). Sum of RGB (Red+Green+Blue) = 57+38+29=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #39261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39261D is #C6D9E2. Grayscale: #2A2A2A. Windows color (decimal): -13031907 or 1910329. OLE color: 1910329.

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

Color convert

RGB573829-
CMYK00.330.490.78
HSL19.29º32.56%16.86%-
HSV(B)19.29º49.12%22.35%-
XYZ2.62.341.48-
YUV42.65120.29138.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.97%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 29 (11.72% from 255) = 23.39%
R=45.97%
G=30.65%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57382900.330.490.7819.2932.5616.86
Hex39261D021314E132111
Octal71463504161116234121
Binary11100110011011101010000111000110011101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39261D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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