#392319

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

Shades of Brown Pod #392319

Tints of Brown Pod #392319

Color information

#392319 (or 0x392319) is unknown color: approx Brown Pod. HEX triplet: 39, 23 and 19. RGB value is (57,35,25). Sum of RGB (Red+Green+Blue) = 57+35+25=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392319 is #C6DCE6. Grayscale: #282828. Windows color (decimal): -13032679 or 1647417. OLE color: 1647417.

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

Color convert

RGB573525-
CMYK00.390.560.78
HSL18.75º39.02%16.08%-
HSV(B)18.75º56.14%22.35%-
XYZ2.462.141.2-
YUV40.44119.29139.81-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 48.72%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=48.72%
G=29.91%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57352500.390.560.7818.7539.0216.08
Hex392319027384E132710
Octal71433104770116234720
Binary11100110001111001010011111100010011101001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392319; }

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

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

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

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

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

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

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

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