#39241B

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

Shades of Brown Pod #39241B

Tints of Brown Pod #39241B

Color information

#39241B (or 0x39241B) is unknown color: approx Brown Pod. HEX triplet: 39, 24 and 1B. RGB value is (57,36,27). Sum of RGB (Red+Green+Blue) = 57+36+27=120 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 57 - color contains mainly: red. Hex color #39241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39241B is #C6DBE4. Grayscale: #292929. Windows color (decimal): -13032421 or 1778745. OLE color: 1778745.

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

Color convert

RGB573627-
CMYK00.370.530.78
HSL18º35.71%16.47%-
HSV(B)18º52.63%22.35%-
XYZ2.522.211.33-
YUV41.25119.96139.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.5%
GREEN value IS 36 (14.45% from 255) = 30%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=47.5%
G=30%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57362700.370.530.781835.7116.47
Hex39241B025354E122410
Octal71443304565116224420
Binary11100110010011011010010111010110011101001010010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39241B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39241B; }

 p { color: rgb(57,36,27); }

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

<style>
 a { background-color: #39241B; }

 a { background-color: rgb(57,36,27); }

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

<style>
 span { border-color: #39241B; }

 span { border-color: rgb(57,36,27); }

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