#321E19

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

Shades of Brown Pod #321E19

Tints of Brown Pod #321E19

Color information

#321E19 (or 0x321E19) is unknown color: approx Brown Pod. HEX triplet: 32, 1E and 19. RGB value is (50,30,25). Sum of RGB (Red+Green+Blue) = 50+30+25=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #321E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #321E19 is #CDE1E6. Grayscale: #232323. Windows color (decimal): -13492711 or 1646130. OLE color: 1646130.

HSL color Cylindrical-coordinate representation of color #321E19: hue angle of 12º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #321E19 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB503025-
CMYK00.400.500.80
HSL12º33.33%14.71%-
HSV(B)12º50%19.61%-
XYZ1.961.681.14-
YUV35.41122.13138.41-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 25 (10.16% from 255) = 23.81%
R=47.62%
G=28.57%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50302500.400.500.801233.3314.71
Hex321E190283250c21f
Octal62363105062120144117
Binary11001011110110010101000110010101000011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321E19; }

 p { color: rgb(50,30,25); }

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

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

 a { background-color: rgb(50,30,25); }

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

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

 span { border-color: rgb(50,30,25); }

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