#39261F

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

Shades of Brown Pod #39261F

Tints of Brown Pod #39261F

Color information

#39261F (or 0x39261F) is unknown color: approx Brown Pod. HEX triplet: 39, 26 and 1F. RGB value is (57,38,31). Sum of RGB (Red+Green+Blue) = 57+38+31=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #39261F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39261F is #C6D9E0. Grayscale: #2A2A2A. Windows color (decimal): -13031905 or 2041401. OLE color: 2041401.

HSL color Cylindrical-coordinate representation of color #39261F: hue angle of 16.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39261F is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB573831-
CMYK00.330.460.78
HSL16.15º29.55%17.25%-
HSV(B)16.15º45.61%22.35%-
XYZ2.632.361.61-
YUV42.88121.29138.07-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 31 (12.5% from 255) = 24.60%
R=45.24%
G=30.16%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57383100.330.460.7816.1529.5517.25
Hex39261F0212E4E101e11
Octal71463704156116203621
Binary1110011001101111101000011011101001110100001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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