#39231D

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

Shades of Brown Pod #39231D

Tints of Brown Pod #39231D

Color information

#39231D (or 0x39231D) is unknown color: approx Brown Pod. HEX triplet: 39, 23 and 1D. RGB value is (57,35,29). Sum of RGB (Red+Green+Blue) = 57+35+29=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 29 (11.72% from 255 or 23.97% from 121); Max value from RGB is 57 - color contains mainly: red. Hex color #39231D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39231D is #C6DCE2. Grayscale: #282828. Windows color (decimal): -13032675 or 1909561. OLE color: 1909561.

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

Color convert

RGB573529-
CMYK00.390.490.78
HSL12.86º32.56%16.86%-
HSV(B)12.86º49.12%22.35%-
XYZ2.512.161.45-
YUV40.89121.29139.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.11%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 29 (11.72% from 255) = 23.97%
R=47.11%
G=28.93%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57352900.390.490.7812.8632.5616.86
Hex39231D027314Ed2111
Octal71433504761116154121
Binary1110011000111110101001111100011001110110110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39231D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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